Update composer Docker tag to v2- autoclosed #42
@ -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.16@sha256:64678f568c02004f50cc4754d1cee921f90c1ee56c0e1f7e6961e8d8610e13f5 AS composer
|
FROM composer:2.0.3@sha256:61bd3242e7deae7a0d92d2828041e8dd7923584b56e8a0573e4e0c7aa54999bb AS composer
|
||||||
COPY --from=prep /flox /flox
|
COPY --from=prep /flox /flox
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user