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 be0569f commit 40205d4Copy full SHA for 40205d4
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:d013f2c06509ff0a06342f67a7fc062deebda2c36e17b415b035f1299dcd181e /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:latest@sha256:68e926a477000f12e8645e82a020b84904d49071c895c4951551fe80eed5d103 /usr/bin/composer /usr/local/bin/composer
9
10
WORKDIR /app
11
COPY --link . /app
0 commit comments