Update alpine Docker tag to v3.20.3

This commit is contained in:
renovate[bot] 2024-09-07 01:07:38 +00:00 committed by GitHub
parent cd0e79636c
commit d711c42f12
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 chmod +x ./seafile-build.sh
RUN ./seafile-build.sh ${SEAFILE_VERSION} RUN ./seafile-build.sh ${SEAFILE_VERSION}
FROM alpine:3.20.2 AS clean FROM alpine:3.20.3 AS clean
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.12

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 RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VERSION}/seahub.sh
FROM alpine:3.20.2 AS clean FROM alpine:3.20.3 AS clean
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.12