Update Alpine release image to 3.22

This commit is contained in:
VisableSampling
2026-05-04 15:43:52 -07:00
committed by nitnelave
parent 82b16a3716
commit dc883a060a

View File

@@ -59,7 +59,7 @@ RUN set -x \
&& for file in $(cat /lldap/app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \
&& chmod a+r -R .
FROM alpine:3.19
FROM alpine:3.22
WORKDIR /app
ENV UID=1000
ENV GID=1000