From c72e8af337e04115a9f5c77b69f0a5721b7b5788 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 2 Oct 2020 04:00:21 +0000 Subject: [PATCH] Update composer:1.10.13 Docker digest to 5821c81 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50bcb10..a369430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN set -ex; \ ; \ git clone --branch $FLOX_VERSION https://github.com/devfake/flox.git /flox; -FROM composer:1.10.13@sha256:ad84a30a827b5b2e53d7c0632e9c4e39ac589c68c4eb07bd2d7bad6005d86042 AS composer +FROM composer:1.10.13@sha256:5821c81e84f77906e6ae8c9a2d016d4d635669ca595b12e949fcea518d6ed415 AS composer COPY --from=prep /flox /flox RUN set -ex; \ \ -- 2.45.2