We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425a6e6 commit 992ee65Copy full SHA for 992ee65
Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description="php-docker-api-client app syncs you
5
LABEL org.opencontainers.image.licenses=MIT
6
ENV COMPOSER_ALLOW_SUPERUSER=1
7
8
-COPY --from=composer:latest@sha256:90e11ce3b0bcfd599dffba5b7ec69b6f6717f653940ab110de4fbe396af3d5a0 /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:latest@sha256:adca13b22c7b77f7fc606353453be12ba93e0917c332b8b0fa5efe3a85bf27ab /usr/bin/composer /usr/local/bin/composer
9
10
WORKDIR /app
11
COPY --link . /app
0 commit comments