Parcourir la source

Docker Alpine 3.20 (#6477)

https://alpinelinux.org/posts/Alpine-3.20.0-released.html
Moving from PHP 8.2.19 to PHP 8.3.7, still with Apache/2.4.59
Alexandre Alapetite il y a 1 an
Parent
commit
cdb9d4a5a8
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      .devcontainer/Dockerfile
  2. 1 1
      Docker/Dockerfile-Alpine

+ 1 - 1
.devcontainer/Dockerfile

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

+ 1 - 1
Docker/Dockerfile-Alpine

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