aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile-Alpine
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-23 16:47:58 +0100
committerGravatar GitHub <noreply@github.com> 2019-12-23 16:47:58 +0100
commitef062803ee5c0ebd4a5e1d08913f1377d2e7db10 (patch)
treedc486e69400a1153c5093709e3e40fd0a05e2a54 /Docker/Dockerfile-Alpine
parent8f5d8af72f91e3fa1d47717379570964fe970069 (diff)
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)
Diffstat (limited to 'Docker/Dockerfile-Alpine')
-rw-r--r--Docker/Dockerfile-Alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine
index 4afad0949..7d7fbee99 100644
--- a/Docker/Dockerfile-Alpine
+++ b/Docker/Dockerfile-Alpine
@@ -1,4 +1,4 @@
-FROM alpine:3.10
+FROM alpine:3.11
ENV TZ UTC
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]