From 2df2b869b807edb4ec57d3456202a60f2ef32c22 Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 9 Jul 2020 18:49:05 +0200 Subject: [PATCH] Update PHP --- nginx-php/Dockerfile.7.3 | 2 +- nginx-php/Dockerfile.7.4 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index a5a49de..78fd4d0 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -3,7 +3,7 @@ FROM alpine:3.12 ARG BUILD_CORES ARG NGINX_VER=1.18.0 -ARG PHP_VER=7.3.19 +ARG PHP_VER=7.3.20 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \ diff --git a/nginx-php/Dockerfile.7.4 b/nginx-php/Dockerfile.7.4 index f958e53..b26bca5 100644 --- a/nginx-php/Dockerfile.7.4 +++ b/nginx-php/Dockerfile.7.4 @@ -3,7 +3,7 @@ FROM alpine:3.12 ARG BUILD_CORES ARG NGINX_VER=1.18.0 -ARG PHP_VER=7.4.7 +ARG PHP_VER=7.4.8 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \ @@ -85,6 +85,7 @@ ARG PHP_EXT_LIST=" \ pgsql \ ftp \ exif \ + bcmath \ gmp \ imap"