Use PHP 7.4 for bullseye

This commit is contained in:
Jan Dittberner 2020-10-31 18:06:14 +01:00
parent e8cf9df18b
commit 39ba0e660a
5 changed files with 20 additions and 18 deletions

View file

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