aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-07-19 22:53:10 +0200
committerGravatar GitHub <noreply@github.com> 2025-07-19 22:53:10 +0200
commite6540335caa0b6d39c213a9a11ca77ad1eebe504 (patch)
tree60a31d1a19a12a15f97abea4854766ffcd29e27c /.devcontainer
parent01eae00ca2a5532b18682dfc55c83fce8725ee30 (diff)
DevContainer: Alpine 3.22 (#7740)
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/7627 https://gitlab.alpinelinux.org/alpine/aports/-/issues/17215 has been merged
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 b87093ad9..a8d8e8a19 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.21
+FROM alpine:3.22
ENV TZ=UTC
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]