GPG key ID:
24A7501396EB5432
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.0-apache-bullseye
|
|
|
|
|
FROM php:8.1-apache-bullseye
|
|
|
|
|
|
|
|
|
|
# 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.0-fpm-alpine
|
|
|
|
|
FROM php:8.1-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.0-fpm-bullseye
|
|
|
|
|
FROM php:8.1-fpm-bullseye
|
|
|
|
|
|
|
|
|
|
# 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.0-apache-bullseye
|
|
|
|
|
FROM php:8.1-apache-bullseye
|
|
|
|
|
|
|
|
|
|
# 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.0-fpm-alpine
|
|
|
|
|
FROM php:8.1-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.0-fpm-bullseye
|
|
|
|
|
FROM php:8.1-fpm-bullseye
|
|
|
|
|
|
|
|
|
|
# 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.0-apache-bullseye
|
|
|
|
|
FROM php:8.1-apache-bullseye
|
|
|
|
|
|
|
|
|
|
# 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.0-fpm-alpine
|
|
|
|
|
FROM php:8.1-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.0-fpm-bullseye
|
|
|
|
|
FROM php:8.1-fpm-bullseye
|
|
|
|
|
|
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
set -eo pipefail
|
|
|
|
|
|
|
|
|
|
declare -A php_version=(
|
|
|
|
|
[default]='8.0'
|
|
|
|
|
[default]='8.1'
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
declare -A cmd=(
|
|
|
|
|
|