Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit b799809

Browse files
committed
Update PHP and package versions
1 parent 77bfb8c commit b799809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM wordpress:php7.2-fpm
1+
FROM wordpress:php7.3-fpm
22

33
RUN apt-get update && apt-get install -y \
44
libicu-dev \
55
libmcrypt-dev \
66
libmagickwand-dev \
77
libsodium-dev \
8+
libzip-dev \
89
--no-install-recommends && rm -r /var/lib/apt/lists/* \
9-
10-
&& pecl install redis-4.1.1 imagick-3.4.3 libsodium-2.0.12 \
10+
&& pecl install redis-4.2.0 imagick-3.4.3 libsodium-2.0.21 \
1111
&& docker-php-ext-enable redis imagick sodium \
1212
&& docker-php-ext-install -j$(nproc) exif gettext intl sockets zip

0 commit comments

Comments
 (0)