[PHP-FPM] Update PHP and some modules

master
andryyy 2019-06-05 06:56:58 +02:00
parent af46a93e76
commit 53bda04848
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
FROM php:7.3-fpm-alpine3.9 FROM php:7.3-fpm-alpine3.9
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV APCU_PECL 5.1.16 ENV APCU_PECL 5.1.17
ENV IMAGICK_PECL 3.4.3 ENV IMAGICK_PECL 3.4.4
#ENV MAILPARSE_PECL 3.0.2 #ENV MAILPARSE_PECL 3.0.2
ENV MEMCACHED_PECL 3.1.3 ENV MEMCACHED_PECL 3.1.3
ENV REDIS_PECL 4.2.0 ENV REDIS_PECL 4.3.0
RUN apk add -U --no-cache autoconf \ RUN apk add -U --no-cache autoconf \
bash \ bash \