Update composer Docker tag to v1.10.19 #56

Merged
renovate-bot merged 1 commits from renovate/docker-composer-1.10.x into master 2020-12-10 18:00:43 +00:00
Showing only changes of commit 6be4db504d - 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.17@sha256:2ebd23a0b5bc2a9a46ba61fbad8a1f3ad0c0eb7beb2dbc68dfd9431bcddbedf0 AS composer FROM composer:1.10.19@sha256:0e1d15faa4c0895b3efd54a470443d2b15750c621ea1b354bf1078813d15c974 AS composer
COPY --from=prep /flox /flox COPY --from=prep /flox /flox
RUN set -ex; \ RUN set -ex; \
\ \