Explorar el Código

Docker: Alpine 3.21 (#7070)

PHP 8.3.14, Apache/2.4.62
https://alpinelinux.org/posts/Alpine-3.21.0-released.html
Alexandre Alapetite hace 1 año
padre
commit
e025d17a17
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .devcontainer/Dockerfile
  2. 1 1
      Docker/Dockerfile-Alpine

+ 1 - 1
.devcontainer/Dockerfile

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

+ 1 - 1
Docker/Dockerfile-Alpine

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