Browse Source

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 5 years ago
parent
commit
0085b5e0c1
1 changed files with 1 additions and 1 deletions
  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"]