File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
55RUN set -ex; \
Original file line number Diff line number Diff line change 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
55RUN apk add --no-cache \
Original file line number Diff line number Diff line change 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
55RUN set -ex; \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ declare -A base=(
1414)
1515
1616declare -A php_version=(
17- [default]=' 8.2 '
17+ [default]=' 8.3 '
1818)
1919
2020declare -A cmd=(
You can’t perform that action at this time.
0 commit comments