Update Docker image Alpine 3.18 (#5383)

https://alpinelinux.org/posts/Alpine-3.18.0-released.html

Minor updates with Apache 2.4.57 and PHP 8.1.19
This commit is contained in:
Alexandre Alapetite
2023-05-10 23:54:49 +02:00
committed by GitHub
parent b97545aff3
commit 97226dc8a6
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -13,7 +13,10 @@ fi
# Based on group access
chown -R :www-data .
# Read files, and directory traversal
chmod -R g+rX .
# Write access
mkdir -p ./data/users/_/
chmod -R g+w ./data/