Skip to content

Commit 5e91d46

Browse files
committed
Update to PHP 8.3
Fixes #464
1 parent 0c64340 commit 5e91d46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
2-
FROM php:8.2-apache
2+
FROM php:8.3-apache
33

44
# Install dependencies
55
RUN set -ex; \

fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
2-
FROM php:8.2-fpm-alpine
2+
FROM php:8.3-fpm-alpine
33

44
# install and docker-entrypoint.sh dependencies
55
RUN apk add --no-cache \

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
2-
FROM php:8.2-fpm
2+
FROM php:8.3-fpm
33

44
# Install dependencies
55
RUN set -ex; \

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare -A base=(
1414
)
1515

1616
declare -A php_version=(
17-
[default]='8.2'
17+
[default]='8.3'
1818
)
1919

2020
declare -A cmd=(

0 commit comments

Comments
 (0)