Update alpine Docker tag to v3.21.3

This commit is contained in:
renovate[bot] 2025-02-14 22:30:27 +00:00 committed by GitHub
parent 21d67dd7ff
commit 1cb1b3e037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/se
RUN chmod +x ./seafile-build.sh
RUN ./seafile-build.sh ${SEAFILE_VERSION}
FROM alpine:3.20.3 AS clean
FROM alpine:3.21.3 AS clean
ENV SEAFILE_VERSION=11.0.13

View file

@ -16,7 +16,7 @@ RUN sed -i "s@.*INNER_FILE_SERVER_ROOT.*@INNER_FILE_SERVER_ROOT = os.environ.get
RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VERSION}/seahub.sh
FROM alpine:3.20.3 AS clean
FROM alpine:3.21.3 AS clean
ENV SEAFILE_VERSION=11.0.13