Update dependency alpine to v3.13.12

This commit is contained in:
renovate[bot] 2022-08-09 17:53:53 +00:00 committed by GitHub
parent 42c92bc34f
commit b70954c642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.13.10 AS get FROM alpine:3.13.12 AS get
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.13.10 AS get FROM alpine:3.13.12 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.6 ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.6
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.13.10 AS get FROM alpine:3.13.12 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.6 ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.6
RUN apk add --no-cache wget RUN apk add --no-cache wget
@ -12,7 +12,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.13.10 AS pip FROM alpine:3.13.12 AS pip
RUN apk add --no-cache \ RUN apk add --no-cache \
python3-dev \ python3-dev \
@ -43,7 +43,7 @@ django-simple-captcha \
pycryptodome==3.12.0 \ pycryptodome==3.12.0 \
&& rm -r /root/.cache/pip && rm -r /root/.cache/pip
FROM alpine:3.13.10 FROM alpine:3.13.12
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \ bash \