From 0d8c8d49f856286d60272c1a78198601f43ef1e4 Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Fri, 14 Sep 2018 08:58:25 +0200 Subject: [PATCH] update php to 7.1.22 and 7.2.10 --- nginx-php/Dockerfile.7.1 | 2 +- nginx-php/Dockerfile.7.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-php/Dockerfile.7.1 b/nginx-php/Dockerfile.7.1 index c6a6cdb..29f7d5e 100644 --- a/nginx-php/Dockerfile.7.1 +++ b/nginx-php/Dockerfile.7.1 @@ -3,7 +3,7 @@ FROM alpine:3.8 ARG BUILD_CORES ARG NGINX_VER=1.15.3 -ARG PHP_VER=7.1.21 +ARG PHP_VER=7.1.22 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \ diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2 index ac04c7e..157b96a 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -3,7 +3,7 @@ FROM alpine:3.8 ARG BUILD_CORES ARG NGINX_VER=1.15.3 -ARG PHP_VER=7.2.9 +ARG PHP_VER=7.2.10 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \