Explorar el Código

Docker: Alpine 3.22 (#7627)

https://alpinelinux.org/posts/Alpine-3.22.0-released.html
PHP 8.3.21, Apache 2.4.63
Alexandre Alapetite hace 10 meses
padre
commit
430d4e898e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Docker/Dockerfile-Alpine

+ 1 - 1
Docker/Dockerfile-Alpine

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