From c60c4ab053a1063eaa28e4a14bbf82855cd5d5cc Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 23 Jan 2020 08:49:03 +0100 Subject: [PATCH] Update PHP to 7.3.14 --- nginx-php/Dockerfile.7.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index f689926..0386155 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -3,7 +3,7 @@ FROM alpine:3.11 ARG BUILD_CORES ARG NGINX_VER=1.17.8 -ARG PHP_VER=7.3.13 +ARG PHP_VER=7.3.14 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \