aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-12-05 22:20:57 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-05 22:20:57 +0100
commit2e5435205124d578af3e846a51f80ec4f1ee2555 (patch)
treea72882f36e9aa30fc4aeb51c59a9442af30ff5d9 /.devcontainer
parent9a3945487811f95f19b77ecc9e82428182263d36 (diff)
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.
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index a8d8e8a19..3db323983 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.22
+FROM alpine:3.23
ENV TZ=UTC
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]