From 5a322fb42acc922d6707b68dc97cd3a9f23327be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 23:08:45 +0000 Subject: [PATCH] Update python Docker tag to v3.8.15 --- seahub/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index c247f04..f7b1749 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -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 python:3.8.14-alpine3.16 AS pip +FROM python:3.8.15-alpine3.16 AS pip RUN apk add --no-cache \ mariadb-dev \ @@ -40,7 +40,7 @@ django-simple-captcha \ pycryptodome==3.12.0 \ && rm -r /root/.cache/pip -FROM python:3.8.14-alpine3.16 +FROM python:3.8.15-alpine3.16 RUN apk add --no-cache \ bash \