Merge pull request #29 from jkaninda/develop

chore: update php version
This commit is contained in:
2024-03-05 07:37:12 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ else
docker build -f src/docker/8.3/Dockerfile -t jkaninda/nginx-php-fpm:$tag .
fi
docker compose up -d --force-recreate

View File

@@ -1,4 +1,4 @@
FROM php:8.3.1-fpm
FROM php:8.3.3-fpm
ARG WORKDIR=/var/www/html
ENV DOCUMENT_ROOT=${WORKDIR}
ENV LARAVEL_PROCS_NUMBER=1