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

master
andryyy 2019-07-20 15:15:39 +02:00
parent 3c3bcf8c82
commit a0f4886be6
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
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>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV APCU_PECL 5.1.17 ENV APCU_PECL 5.1.17
ENV IMAGICK_PECL 3.4.4 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.3.0 ENV REDIS_PECL 5.0.1
RUN apk add -U --no-cache autoconf \ RUN apk add -U --no-cache autoconf \
bash \ bash \

View File

@ -98,7 +98,7 @@ services:
- rspamd - rspamd
php-fpm-mailcow: php-fpm-mailcow:
image: mailcow/phpfpm:1.42 image: mailcow/phpfpm:1.43
build: ./data/Dockerfiles/phpfpm build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0" command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on: depends_on: