2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-01-14 18:49:48 +01:00

Update to PHP 8.2

Update Debian template to bookworm
This commit is contained in:
ne20002 2024-06-28 14:27:27 +00:00
parent d618969e07
commit 70456b19e0
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%-bullseye
FROM php:%%PHP_VERSION%%-%%VARIANT%%-bookworm
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@ -62,6 +62,8 @@ RUN set -ex; \
libtool \
libmagick++-dev \
libmemcached-dev \
zlib1g-dev \
libssl-dev \
libgraphicsmagick1-dev \
libfreetype6-dev \
libwebp-dev \

View file

@ -2,7 +2,7 @@
set -eo pipefail
declare -A php_version=(
[default]='8.1'
[default]='8.2'
)
declare -A cmd=(