瀏覽代碼

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 年之前
父節點
當前提交
0085b5e0c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 ENV TZ UTC
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]