fix: upgrade to php8.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fbb40f991a
commit
40b9bafd16
20
Dockerfile
20
Dockerfile
@ -10,15 +10,15 @@ RUN set -eux && \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
net-tools \
|
net-tools \
|
||||||
curl \
|
curl \
|
||||||
php8.1-fpm \
|
php8.2-fpm \
|
||||||
php8.1-cli \
|
php8.2-cli \
|
||||||
php8.1-curl \
|
php8.2-curl \
|
||||||
php8.1-pgsql \
|
php8.2-pgsql \
|
||||||
php8.1-mysql \
|
php8.2-mysql \
|
||||||
php8.1-sqlite3 \
|
php8.2-sqlite3 \
|
||||||
php8.1-gd \
|
php8.2-gd \
|
||||||
php8.1-mbstring \
|
php8.2-mbstring \
|
||||||
php8.1-zip \
|
php8.2-zip \
|
||||||
php-pear \
|
php-pear \
|
||||||
&& \
|
&& \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
@ -28,6 +28,6 @@ RUN set -eux && \
|
|||||||
|
|
||||||
EXPOSE 9000/tcp
|
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
|
STOPSIGNAL SIGQUIT
|
||||||
|
Loading…
Reference in New Issue
Block a user