Explorar el Código

Alpine 3.19 (#5933)

https://alpinelinux.org/posts/Alpine-3.19.0-released.html
Apache/2.4.58, PHP 8.2.13
Alexandre Alapetite hace 2 años
padre
commit
f7c160b9af
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.18
+FROM alpine:3.19
 
 ENV TZ UTC
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]