mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
Update Alpine release image to 3.22
This commit is contained in:
committed by
nitnelave
parent
82b16a3716
commit
dc883a060a
2
.github/workflows/Dockerfile.ci.alpine-base
vendored
2
.github/workflows/Dockerfile.ci.alpine-base
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user