From 2e5435205124d578af3e846a51f80ec4f1ee2555 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 5 Dec 2025 22:20:57 +0100 Subject: Docker: Alpine 3.23 (#8285) https://alpinelinux.org/posts/Alpine-3.23.0-released.html PHP 8.4.15, Apache/2.4.65 Dev Container updated from PHP 8.3.x to PHP 8.4.x. --- Docker/Dockerfile-Alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docker') diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine index 7546b35da..0307d580e 100644 --- a/Docker/Dockerfile-Alpine +++ b/Docker/Dockerfile-Alpine @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 ENV TZ=UTC SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -- cgit v1.2.3