mirror of
https://github.com/friendica/docker
synced 2024-12-29 12:52:11 +01:00
php7 containers are now gone .. forever :-/
This commit is contained in:
parent
f2fc626f3e
commit
39791e62fd
4 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||
FROM php:7.4-apache-bullseye
|
||||
FROM php:8.0-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:7.4-fpm-alpine
|
||||
FROM php:8.0-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:7.4-fpm-bullseye
|
||||
FROM php:8.0-fpm-bullseye
|
||||
|
||||
# entrypoint.sh and cron.sh dependencies
|
||||
RUN set -ex; \
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
set -eo pipefail
|
||||
|
||||
declare -A php_version=(
|
||||
[2022.10]='7.4'
|
||||
[default]='8.0'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue