[PHP-FPM] Update PHP and some modules
parent
af46a93e76
commit
53bda04848
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue