From fb30909d4dadb6c10d4ec8a7d9b157ce10215730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 00:27:04 +0000 Subject: [PATCH] chore(deps): update composer:latest docker digest to 31d5335 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a3a359..4d820a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description="php-docker-api-client app syncs you LABEL org.opencontainers.image.licenses=MIT ENV COMPOSER_ALLOW_SUPERUSER=1 -COPY --from=composer:latest@sha256:68e926a477000f12e8645e82a020b84904d49071c895c4951551fe80eed5d103 /usr/bin/composer /usr/local/bin/composer +COPY --from=composer:latest@sha256:31d53352a469542e22f12c7a4648670e60cc9c8b3c8fc5d787bf4952524a2291 /usr/bin/composer /usr/local/bin/composer WORKDIR /app COPY --link . /app