aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-07-24 22:17:44 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-24 22:17:44 +0200
commit23158b83cdb8b656ac6ed472132fa447e58c5830 (patch)
tree44e25c54650be83230dc0f64491a76676a7d2439 /Docker
parent705be9a6a1608ff195c0f24004d07cb8823fa6de (diff)
Alpine 3.14 (#3715)
https://alpinelinux.org/posts/Alpine-3.14.0-released.html * Apache updated to Apache/2.4.48 (from 2.4.46) https://downloads.apache.org/httpd/CHANGES_2.4.48 * PHP updated to PHP 8.0.8 (from 8.0.2) https://www.php.net/ChangeLog-8.php#8.0.8
Diffstat (limited to 'Docker')
-rw-r--r--Docker/Dockerfile-Alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-Alpine b/Docker/Dockerfile-Alpine
index 53f8f8464..95ab0c540 100644
--- a/Docker/Dockerfile-Alpine
+++ b/Docker/Dockerfile-Alpine
@@ -1,4 +1,4 @@
-FROM alpine:3.13
+FROM alpine:3.14
ENV TZ UTC
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]