From 6b51fc51588b3904c39ae8ab9c6618e023e77c5f Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 3 Jun 2021 13:55:46 +0200 Subject: [PATCH] Update PHP to 7.4.20 --- nginx-php/Dockerfile.7.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-php/Dockerfile.7.4 b/nginx-php/Dockerfile.7.4 index 8d29f34..c78b74f 100644 --- a/nginx-php/Dockerfile.7.4 +++ b/nginx-php/Dockerfile.7.4 @@ -3,7 +3,7 @@ FROM alpine:3.13 ARG BUILD_CORES ARG NGINX_VER=1.20.1 -ARG PHP_VER=7.4.16 +ARG PHP_VER=7.4.20 ARG LIBICONV_VERSION=1.16 LABEL description="nginx + php image based on Alpine" \