Update composer:1.10.19 Docker digest to 2c68b82

This commit is contained in:
renovate-bot 2021-01-07 23:00:52 +00:00 committed by Gitea
parent fdc36760d7
commit 1d8bea7568

View file

@ -9,7 +9,7 @@ RUN set -ex; \
; \
git clone --branch $FLOX_VERSION https://github.com/devfake/flox.git /flox;
FROM composer:1.10.19@sha256:be23de856144db43720e77d4ad86e601c334372f49e3b76d26efb9a7d5edf076 AS composer
FROM composer:1.10.19@sha256:2c68b82f2666c5086e9b46b018a1e63be46b4bd0595cddd6f29ae1c2b926084e AS composer
COPY --from=prep /flox /flox
RUN set -ex; \
\