Switch to PHP 8.2 in Bookworm

This commit is contained in:
Jan Dittberner 2023-09-19 13:52:01 +02:00
parent 5e0a04585a
commit b56b02ab1e
6 changed files with 23 additions and 23 deletions

View file

@ -2,8 +2,8 @@
set -e
for dist in jessie_php5 stretch_php7 buster_php7 bullseye_php7 bookworm_php8; do
docker build --pull -t gnuviech/${dist}-base ${dist} -f ${dist}/Dockerfile-base
for dist in buster_php7 bullseye_php7 bookworm_php8; do
docker build --pull --no-cache -t gnuviech/${dist}-base ${dist} -f ${dist}/Dockerfile-base
docker build -t gnuviech/${dist} ${dist} -f ${dist}/Dockerfile
docker build -t gnuviech/${dist}-mysql ${dist} -f ${dist}/Dockerfile-mysql
docker build -t gnuviech/${dist}-pgsql ${dist} -f ${dist}/Dockerfile-pgsql