Update dependency alpine to v3.13.10

This commit is contained in:
Renovate Bot 2022-05-13 07:38:56 +00:00
parent 78166f4f54
commit bf6213a536
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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