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 f36780c commit 0a93068Copy full SHA for 0a93068
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:68e926a477000f12e8645e82a020b84904d49071c895c4951551fe80eed5d103 /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:latest@sha256:31d53352a469542e22f12c7a4648670e60cc9c8b3c8fc5d787bf4952524a2291 /usr/bin/composer /usr/local/bin/composer
9
10
WORKDIR /app
11
COPY --link . /app
0 commit comments