From 6fd7ab8c70ddabeb7afb21b819402237a79bcb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Wed, 28 Jan 2026 22:54:11 -0800 Subject: [PATCH] Update to Alpine 3.23.3 base image (Apache 2.4.66) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 264b34a..d7aa18e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.ntppool.org/perlorg/base-os:3.22.2 +FROM harbor.ntppool.org/perlorg/base-os:3.23.3 ENV BUILD_VERSION 1 USER root WORKDIR /web