From 1d553e56e0aab7f3d96920918376adb0bf31d318 Mon Sep 17 00:00:00 2001
From: hoellen <dev@hoellen.eu>
Date: Thu, 16 Apr 2020 10:48:56 +0200
Subject: [PATCH] Update PHP to 7.3.17

---
 nginx-php/Dockerfile.7.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3
index 2dba050..ead56a1 100644
--- a/nginx-php/Dockerfile.7.3
+++ b/nginx-php/Dockerfile.7.3
@@ -3,7 +3,7 @@ FROM alpine:3.11
 ARG BUILD_CORES
 
 ARG NGINX_VER=1.17.10
-ARG PHP_VER=7.3.15
+ARG PHP_VER=7.3.17
 ARG LIBICONV_VERSION=1.16
 
 LABEL description="nginx + php image based on Alpine" \