1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-04 03:48:28 +02:00

Update phpfpm baseimage from alpine 3.8 to 3.9

This commit is contained in:
Christian Burmeister 2019-05-20 23:23:04 +02:00 committed by GitHub
parent 636c780fb1
commit 8327aac700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM php:7.3-fpm-alpine3.8
FROM php:7.3-fpm-alpine3.9
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV APCU_PECL 5.1.16