No known key found for this signature in database
GPG key ID:
429E95F6E49B54C8
10 changed files with
10 additions and
10 deletions
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
|
|
|
|
FROM php:8.2-apache-bookworm
|
|
|
|
|
FROM php:8.3-apache-bookworm
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
|
|
|
|
FROM php:8.2-fpm-alpine
|
|
|
|
|
FROM php:8.3-fpm-alpine
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
|
|
|
|
FROM php:8.2-fpm-bookworm
|
|
|
|
|
FROM php:8.3-fpm-bookworm
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
|
|
|
|
FROM php:8.2-apache-bookworm
|
|
|
|
|
FROM php:8.3-apache-bookworm
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
|
|
|
|
FROM php:8.2-fpm-alpine
|
|
|
|
|
FROM php:8.3-fpm-alpine
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
|
|
|
|
FROM php:8.2-fpm-bookworm
|
|
|
|
|
FROM php:8.3-fpm-bookworm
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
|
|
|
|
FROM php:8.2-apache-bookworm
|
|
|
|
|
FROM php:8.3-apache-bookworm
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
|
|
|
|
FROM php:8.2-fpm-alpine
|
|
|
|
|
FROM php:8.3-fpm-alpine
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
|
|
|
|
FROM php:8.2-fpm-bookworm
|
|
|
|
|
FROM php:8.3-fpm-bookworm
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
set -eo pipefail
|
|
|
|
|
|
|
|
|
|
declare -A php_version=(
|
|
|
|
|
[default]='8.2'
|
|
|
|
|
[default]='8.3'
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
declare -A cmd=(
|
|
|
|
|
|