diff --git a/Dockerfile b/Dockerfile index 0927a4a..68db6ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:d374b2e1f715621e9d9929575d6b35b11cf4a6dc237d4a08f2e6d1611f534675 AS composer +FROM composer:1.10.19@sha256:594befc8126f09039ad17fcbbd2e4e353b1156aba20556a6c474a8ed07ed7a5a AS composer COPY --from=prep /flox /flox RUN set -ex; \ \