https://alpinelinux.org/posts/Alpine-3.18.0-released.html Minor updates with Apache 2.4.57 and PHP 8.1.19
@@ -1,4 +1,4 @@
-FROM alpine:3.17
+FROM alpine:3.18
ENV TZ UTC
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
@@ -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/