Update composer Docker tag to v1.10.17 #46
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN set -ex; \
|
|||
; \
|
||||
git clone --branch $FLOX_VERSION https://github.com/devfake/flox.git /flox;
|
||||
|
||||
FROM composer:1.10.16@sha256:64678f568c02004f50cc4754d1cee921f90c1ee56c0e1f7e6961e8d8610e13f5 AS composer
|
||||
FROM composer:1.10.17@sha256:10c27672ea61f7c653599c6a575ae0fa01e24b93ca04a5efd67082fb5b33c154 AS composer
|
||||
COPY --from=prep /flox /flox
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue