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 ce8fde7 + 0856679 commit 2a71f3bCopy full SHA for 2a71f3b
Dockerfile-build
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:experimental
2
-FROM ghcr.io/wyrihaximusnet/php:7.4-nts-alpine-dev-root AS install-dependencies
+FROM ghcr.io/wyrihaximusnet/php:8.3-nts-alpine-dev-root AS install-dependencies
3
ENV COMPOSER_ALLOW_SUPERUSER=1
4
RUN mkdir /workdir
5
WORKDIR /workdir
@@ -8,7 +8,7 @@ COPY ./composer.* ./wait.php /workdir/
8
RUN composer install --ansi --no-progress --no-interaction --prefer-dist --no-dev
9
10
## Compile runtime image
11
-FROM ghcr.io/wyrihaximusnet/php:7.4-nts-alpine-root AS runtime
+FROM ghcr.io/wyrihaximusnet/php:8.3-nts-alpine-root AS runtime
12
13
14
COPY --from=install-dependencies /workdir/ /workdir/
0 commit comments