Update to PHP 8.3

Fixes #464
This commit is contained in:
William Desportes
2025-10-08 10:01:02 +02:00
parent 0c64340e5d
commit 5e91d468ca
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template # DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-apache FROM php:8.3-apache
# Install dependencies # Install dependencies
RUN set -ex; \ RUN set -ex; \
+1 -1
View File
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template # DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine FROM php:8.3-fpm-alpine
# install and docker-entrypoint.sh dependencies # install and docker-entrypoint.sh dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \
+1 -1
View File
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template # DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-fpm FROM php:8.3-fpm
# Install dependencies # Install dependencies
RUN set -ex; \ RUN set -ex; \
+1 -1
View File
@@ -14,7 +14,7 @@ declare -A base=(
) )
declare -A php_version=( declare -A php_version=(
[default]='8.2' [default]='8.3'
) )
declare -A cmd=( declare -A cmd=(