Explorar el Código

Docker Alpine 3.12 (#3025)

https://alpinelinux.org/posts/Alpine-3.12.0-released.html
With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged).
No other significant change spotted
Alexandre Alapetite hace 5 años
padre
commit
0085b5e0c1
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.11
+FROM alpine:3.12
 
 ENV TZ UTC
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]