Преглед изворни кода

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
Alexandre Alapetite пре 10 месеци
родитељ
комит
e6540335ca
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.21
+FROM alpine:3.22
 
 
 ENV TZ=UTC
 ENV TZ=UTC
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]