From 91fada54e7f6e74126f4a4c34b01c505e14c070d Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 21 Mar 2019 14:46:24 +0100 Subject: [PATCH] upadte php to 7.2.16 and 7.3.3 --- 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 5f9bbb5..15fd02a 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -3,7 +3,7 @@ FROM alpine:3.9 ARG BUILD_CORES ARG NGINX_VER=1.15.8 -ARG PHP_VER=7.2.15 +ARG PHP_VER=7.2.16 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \ diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index 891d0a4..2006253 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -3,7 +3,7 @@ FROM alpine:3.9 ARG BUILD_CORES ARG NGINX_VER=1.15.8 -ARG PHP_VER=7.3.2 +ARG PHP_VER=7.3.3 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \