Update PHP version in Dockerfiles

This commit is contained in:
Andras Bacsai 2024-01-09 15:23:37 +01:00
parent f343210e7c
commit c9b3d2a43d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM serversideup/php:8.1-fpm-nginx-v2.2.0
FROM serversideup/php:8.2-fpm-nginx-v2.2.0
ARG TARGETPLATFORM
# https://github.com/cloudflare/cloudflared/releases

View File

@ -1,4 +1,4 @@
FROM serversideup/php:8.1-fpm-nginx-v2.2.0 as base
FROM serversideup/php:8.2-fpm-nginx-v2.2.0 as base
WORKDIR /var/www/html
COPY composer.json composer.lock ./
@ -11,7 +11,7 @@ COPY --from=base --chown=9999:9999 /var/www/html .
RUN npm install
RUN npm run build
FROM serversideup/php:8.1-fpm-nginx-v2.2.0
FROM serversideup/php:8.2-fpm-nginx-v2.2.0
ARG TARGETPLATFORM
# https://github.com/cloudflare/cloudflared/releases