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 6e7b596 commit 4efe0c4Copy full SHA for 4efe0c4
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:31d53352a469542e22f12c7a4648670e60cc9c8b3c8fc5d787bf4952524a2291 /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:latest@sha256:90e11ce3b0bcfd599dffba5b7ec69b6f6717f653940ab110de4fbe396af3d5a0 /usr/bin/composer /usr/local/bin/composer
9
10
WORKDIR /app
11
COPY --link . /app
0 commit comments