Update composer:1.10.19 Docker digest to 594befc #69

Merged
renovate-bot merged 1 commits from renovate/docker-composer-1.10.19 into master 2021-01-26 23:00:49 +00:00
Showing only changes of commit b1e4da6596 - Show all commits

View File

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