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

@ -1,7 +1,7 @@
FROM gnuviech/bookworm_php8-base:latest
LABEL maintainer="jan@dittberner.info"
RUN rm -f /etc/php/8.1/fpm/pool.d/www.conf
RUN rm -f /etc/php/8.2/fpm/pool.d/www.conf
COPY start-fpm.sh /usr/local/sbin
COPY fpm-pool.conf.tmpl /usr/local/etc