diff --git a/seafile-server/Dockerfile b/seafile-server/Dockerfile index f1313bc..e403366 100644 --- a/seafile-server/Dockerfile +++ b/seafile-server/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.6 AS get +FROM alpine:3.13.7 AS get RUN apk add --no-cache wget diff --git a/seahub-media/Dockerfile b/seahub-media/Dockerfile index c9c0a5a..a23e3fd 100644 --- a/seahub-media/Dockerfile +++ b/seahub-media/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.6 AS get +FROM alpine:3.13.7 AS get ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.1 RUN apk add --no-cache wget diff --git a/seahub/Dockerfile b/seahub/Dockerfile index c12e2d7..127eca2 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.6 AS get +FROM alpine:3.13.7 AS get ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=9.0.1 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.6 AS pip +FROM alpine:3.13.7 AS pip RUN apk add --no-cache \ python3-dev \ @@ -42,7 +42,7 @@ django-pylibmc \ django-simple-captcha \ && rm -r /root/.cache/pip -FROM alpine:3.13.6 +FROM alpine:3.13.7 RUN apk add --no-cache \ bash \