aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-11-23 22:40:41 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-23 22:40:41 +0100
commitbe79c5a8e7dd74b839044d53e50046091674e204 (patch)
treece5d797f7ddf2d07a91409f8642b1bc03255d942 /Docker
parentef5483490cf42beeec8f77ed1669ab9a05b9cbc0 (diff)
Docker Alpine 3.17 (#4886)
* Docker Alpine 3.17 Update alternative Docker image to Alpine 3.17 with PHP 8.1.12 (and still Apache 2.4.54) https://alpinelinux.org/posts/Alpine-3.17.0-released.html * Fix developer access rights Put developer in www-data group
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 1e5a95125..75afa5486 100644
--- a/Docker/Dockerfile-Alpine
+++ b/Docker/Dockerfile-Alpine
@@ -1,4 +1,4 @@
-FROM alpine:3.16
+FROM alpine:3.17
ENV TZ UTC
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]