File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ARG UNIT_VERSION=1.30.0
1
+ ARG UNIT_VERSION=1.31.1
2
2
ARG PHP_VERSION=8.2
3
3
FROM unit:${UNIT_VERSION}-php${PHP_VERSION}
4
4
@@ -11,9 +11,9 @@ RUN apt-get -y update \
11
11
&& apt-get -y install git
12
12
13
13
# PHP Extensions
14
- ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.1.34 /install-php-extensions /usr/local/bin/
14
+ ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.1.75 /install-php-extensions /usr/local/bin/
15
15
RUN chmod +x /usr/local/bin/install-php-extensions && \
16
- install-php-extensions gd curl intl json mbstring pgsql pdo_pgsql redis zip opcache bcmath
16
+ install-php-extensions gd curl intl json mbstring pgsql pdo_pgsql redis zip opcache bcmath pcntl
17
17
18
18
# Composer
19
19
ADD https://getcomposer.org/installer /tmp/composer
You can’t perform that action at this time.
0 commit comments