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