diff --git a/Dockerfile b/Dockerfile index 770f8bc..65e1e38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description="php-docker-api-client app syncs you LABEL org.opencontainers.image.licenses=MIT ENV COMPOSER_ALLOW_SUPERUSER=1 -COPY --from=composer:latest@sha256:7725eb4545c438629ae8bde3ef0bb9a5038ef566126ad878442a69007242d267 /usr/bin/composer /usr/local/bin/composer +COPY --from=composer:latest@sha256:5946476338742b200bb9ff88f8be56275ddae4b3949c72305cb0dbf10cfcb760 /usr/bin/composer /usr/local/bin/composer WORKDIR /app COPY --link . /app