Merge pull request #23 from ggogel/renovate/alpine-3.x

Update alpine Docker tag to v3.14.3
This commit is contained in:
Gerrit Gogel 2021-11-20 12:15:17 +03:00 committed by GitHub
commit 8650efb792
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.6 AS get
FROM alpine:3.14.3 AS get
RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.13.6 AS get
FROM alpine:3.14.3 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.0
RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.13.6 AS get
FROM alpine:3.14.3 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.0
RUN apk add --no-cache wget
@ -14,7 +14,7 @@ RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VE
RUN sed -i '1s;^;from django.core.cache import cache\n;' /tmp/seafile-server-${SEAFILE_VERSION}/seahub/seahub/onlyoffice/views.py
FROM alpine:3.13.6 AS pip
FROM alpine:3.14.3 AS pip
RUN apk add --no-cache \
python3-dev \
@ -44,7 +44,7 @@ django-pylibmc \
django-simple-captcha \
&& rm -r /root/.cache/pip
FROM alpine:3.13.6
FROM alpine:3.14.3
RUN apk add --no-cache \
bash \