Update PHP image versions in Dockerfiles

This commit is contained in:
Andras Bacsai 2024-03-20 20:30:46 +01:00
parent 638421de40
commit 6721471c63
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM serversideup/php:8.2-fpm-nginx as base
FROM serversideup/php:8.2-fpm-nginx-v2.2.1 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.2-fpm-nginx
FROM serversideup/php:8.2-fpm-nginx-v2.2.1
ARG TARGETPLATFORM
# https://github.com/cloudflare/cloudflared/releases