aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-06-05 20:44:57 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-05 20:44:57 +0200
commitcdb9d4a5a8f25924a2c0336093c5d187d4fe3791 (patch)
tree59daa856dba412bbb5eb960a27a9a2800e710568 /.devcontainer
parent2ed58f814eab9c3bbdada6b8e2ebfccfc9395894 (diff)
Docker Alpine 3.20 (#6477)
https://alpinelinux.org/posts/Alpine-3.20.0-released.html Moving from PHP 8.2.19 to PHP 8.3.7, still with Apache/2.4.59
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 0f0aabfa1..0cd30b89e 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.18
+FROM alpine:3.20
ENV TZ UTC
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]