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.
2 parents bc6d927 + 202b2e8 commit 96d1e2aCopy full SHA for 96d1e2a
Dockerfile-build
@@ -1,13 +1,13 @@
1
# syntax=docker/dockerfile:experimental
2
-FROM wyrihaximusnet/php:7.4-nts-alpine3.13-slim-dev-root AS install-dependencies
+FROM wyrihaximusnet/php:7.4-nts-alpine-slim-dev-root AS install-dependencies
3
RUN mkdir /workdir
4
COPY ./composer.json /workdir
5
COPY ./composer.lock /workdir
6
WORKDIR /workdir
7
RUN composer install --ansi --no-progress --no-interaction --prefer-dist
8
9
## Compile runtime image
10
-FROM wyrihaximusnet/php:7.4-nts-alpine3.13-slim-root AS runtime
+FROM wyrihaximusnet/php:7.4-nts-alpine-slim-root AS runtime
11
12
COPY ./entrypoint.sh ./comment.php ./composer.* /workdir/
13
COPY --from=install-dependencies /workdir/vendor/ /workdir/vendor/
0 commit comments