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 60f596f commit d371d53Copy full SHA for d371d53
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:ea704a565cd41c2c6f6910def509cb8944096a81e4a46cb02f827063c216363f /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:latest@sha256:8f3b7d97cd7436dae41d6af0dd6a53853779040ecac26e65544fc31746035705 /usr/bin/composer /usr/local/bin/composer
9
10
WORKDIR /app
11
COPY --link . /app
0 commit comments