From 28e4016af8f29a0e0484c70e793cfa5e0c9a418f Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 31 Jul 2019 23:10:51 +0200 Subject: [PATCH] update php (7.2.21, 7.3.8), nginx (1.17.2) and libiconv (1.16) --- boring-nginx/Dockerfile | 2 +- nginx-php/Dockerfile.7.2 | 6 +++--- nginx-php/Dockerfile.7.3 | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index 075c02f..f3156a9 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10 ENV UID=991 GID=991 -ARG NGINX_VERSION=1.17.1 +ARG NGINX_VERSION=1.17.2 ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8" ARG BUILD_CORES diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2 index f8b9cd6..fd5e7b5 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -2,9 +2,9 @@ FROM alpine:3.10 ARG BUILD_CORES -ARG NGINX_VER=1.17.1 -ARG PHP_VER=7.2.20 -ARG LIBICONV_VERSION=1.15 +ARG NGINX_VER=1.17.2 +ARG PHP_VER=7.2.21 +ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \ maintainer="hoellen info@hoellen.eu" \ diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index 28c99af..f6ad847 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -2,9 +2,9 @@ FROM alpine:3.10 ARG BUILD_CORES -ARG NGINX_VER=1.17.1 -ARG PHP_VER=7.3.7 -ARG LIBICONV_VERSION=1.15 +ARG NGINX_VER=1.17.2 +ARG PHP_VER=7.3.8 +ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \ maintainer="hoellen info@hoellen.eu" \