From 31de0552cddde7abd1b049145732e775420c3e46 Mon Sep 17 00:00:00 2001 From: hoellen Date: Sat, 31 Aug 2019 17:22:54 +0200 Subject: [PATCH] update PHP to 7.2.22 and 7.3.9 --- nginx-php/Dockerfile.7.2 | 2 +- nginx-php/Dockerfile.7.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2 index db29daf..e169d82 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -3,7 +3,7 @@ FROM alpine:3.10 ARG BUILD_CORES ARG NGINX_VER=1.17.3 -ARG PHP_VER=7.2.21 +ARG PHP_VER=7.2.22 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \ diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index ed1b7db..a5dc369 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -3,7 +3,7 @@ FROM alpine:3.10 ARG BUILD_CORES ARG NGINX_VER=1.17.3 -ARG PHP_VER=7.3.8 +ARG PHP_VER=7.3.9 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \