mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
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:
committed by
GitHub
parent
b97545aff3
commit
97226dc8a6
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user