diff --git a/Dockerfile b/Dockerfile index 0387133..4b99a52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ ARG RUNNER_UID=1001 LABEL maintainer="marji@morpht.com" LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php" -ENV COMPOSER_VERSION=2.7.1 \ - COMPOSER_HASH_SHA256=1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0 +ENV COMPOSER_VERSION=2.7.7 \ + COMPOSER_HASH_SHA256=aab940cd53d285a54c50465820a2080fcb7182a4ba1e5f795abfb10414a4b4be RUN apk add --no-cache --update git \ bash \