Update alpine Docker tag to v3.22.0
All checks were successful
Docker Build CI / build (firefly-data-importer) (push) Successful in 2s
Docker Build CI / build (qbittorrent-natpmp) (push) Successful in 2s
Docker Build CI / build (xbps-repo) (push) Successful in 2s
Docker Build CI / build (lighttpd) (push) Successful in 6s
Docker Build CI / build (xbps-builder) (push) Successful in 2s

This commit is contained in:
Johnny5 2025-05-30 19:00:20 +00:00
parent 2dca806223
commit dedc7362a0
Signed by: Johnny5
GPG key ID: 8D9AF7C566F26C50

View file

@ -1,4 +1,4 @@
FROM alpine:3.21.3
FROM alpine:3.22.0
RUN apk add --no-cache lighttpd lighttpd-mod_webdav lighttpd-mod_auth; \
mkdir -p /etc/lighttpd/conf.d /usr/local/lighttpd.d