diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index 9a5beef..2e92275 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -1,9 +1,9 @@ -FROM alpine:3.13 +FROM alpine:3.14 ARG BUILD_CORES ARG NGINX_VER=1.20.1 -ARG PHP_VER=7.3.29 +ARG PHP_VER=7.3.32 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \ diff --git a/nginx-php/Dockerfile.7.4 b/nginx-php/Dockerfile.7.4 index 9137900..77870e6 100644 --- a/nginx-php/Dockerfile.7.4 +++ b/nginx-php/Dockerfile.7.4 @@ -1,9 +1,9 @@ -FROM alpine:3.13 +FROM alpine:3.14 ARG BUILD_CORES ARG NGINX_VER=1.20.1 -ARG PHP_VER=7.4.22 +ARG PHP_VER=7.4.25 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \