From aa8233fb2cc13db7c1870a185200ed85da6b2f8f Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 22 Jun 2025 10:41:16 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d98f4f3..294bf7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:3.20.9 +FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:3.20.10 ARG VERSION LABEL Version="${VERSION}" \