Parcourir la source

Alpine 3.19 (#5933)

https://alpinelinux.org/posts/Alpine-3.19.0-released.html
Apache/2.4.58, PHP 8.2.13
Alexandre Alapetite il y a 2 ans
Parent
commit
f7c160b9af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Docker/Dockerfile-Alpine

+ 1 - 1
Docker/Dockerfile-Alpine

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