[PHP-FPM] Update to Alpine 3.10 because of yet untraced errors with CentOS 7 Docker hosts

This commit is contained in:
andryyy
2019-07-20 15:15:39 +02:00
parent 3c3bcf8c82
commit a0f4886be6
2 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.10
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV APCU_PECL 5.1.17
ENV IMAGICK_PECL 3.4.4
#ENV MAILPARSE_PECL 3.0.2
ENV MEMCACHED_PECL 3.1.3
ENV REDIS_PECL 4.3.0
ENV REDIS_PECL 5.0.1
RUN apk add -U --no-cache autoconf \
bash \