1
0
Fork 0

fix: upgrade to php8.2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pim van den Berg 2023-07-07 17:13:48 +02:00
parent fbb40f991a
commit 40b9bafd16
1 changed files with 10 additions and 10 deletions

View File

@ -10,15 +10,15 @@ RUN set -eux && \
ca-certificates \
net-tools \
curl \
php8.1-fpm \
php8.1-cli \
php8.1-curl \
php8.1-pgsql \
php8.1-mysql \
php8.1-sqlite3 \
php8.1-gd \
php8.1-mbstring \
php8.1-zip \
php8.2-fpm \
php8.2-cli \
php8.2-curl \
php8.2-pgsql \
php8.2-mysql \
php8.2-sqlite3 \
php8.2-gd \
php8.2-mbstring \
php8.2-zip \
php-pear \
&& \
rm -rf /var/lib/apt/lists/* && \
@ -28,6 +28,6 @@ RUN set -eux && \
EXPOSE 9000/tcp
CMD ["/usr/sbin/php-fpm8.1", "--nodaemonize", "--fpm-config", "/etc/php/8.1/fpm/php-fpm.conf"]
CMD ["/usr/sbin/php-fpm8.2", "--nodaemonize", "--fpm-config", "/etc/php/8.2/fpm/php-fpm.conf"]
STOPSIGNAL SIGQUIT