diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2
index db29daf..e169d82 100644
--- a/nginx-php/Dockerfile.7.2
+++ b/nginx-php/Dockerfile.7.2
@@ -3,7 +3,7 @@ FROM alpine:3.10
 ARG BUILD_CORES
 
 ARG NGINX_VER=1.17.3
-ARG PHP_VER=7.2.21
+ARG PHP_VER=7.2.22
 ARG LIBICONV_VERSION=1.16
 
 LABEL description="nginx + php image based on Alpine" \
diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3
index ed1b7db..a5dc369 100644
--- a/nginx-php/Dockerfile.7.3
+++ b/nginx-php/Dockerfile.7.3
@@ -3,7 +3,7 @@ FROM alpine:3.10
 ARG BUILD_CORES
 
 ARG NGINX_VER=1.17.3
-ARG PHP_VER=7.3.8
+ARG PHP_VER=7.3.9
 ARG LIBICONV_VERSION=1.16
 
 LABEL description="nginx + php image based on Alpine" \