Procházet zdrojové kódy

Docker: Alpine Linux 3.11 (#2729)

https://alpinelinux.org/posts/Alpine-3.11.0-released.html
Apache/2.4.41 (unchanged), PHP 7.3.13 (updated from 7.3.11 when Alpine
3.10 was released, but unchanged since the latest build of 3.10)
Alexandre Alapetite před 6 roky
rodič
revize
ef062803ee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Docker/Dockerfile-Alpine

+ 1 - 1
Docker/Dockerfile-Alpine

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