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

@ -4,11 +4,11 @@ LABEL maintainer="jan@dittberner.info"
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
php8.1-pgsql \
php8.2-pgsql \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*.*
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