From 349e3de4c250a0a78ccfefcc0534cc3e703b6c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:40:42 +0000 Subject: [PATCH] Update python Docker tag to v3.10.15 --- seahub/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index dc6d16d..66347d8 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -24,7 +24,7 @@ COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${S RUN rm -rf /tmp/seafile-server-${SEAFILE_VERSION}/seahub/thirdpart -FROM python:3.10.14-alpine3.20 AS pip +FROM python:3.10.15-alpine3.20 AS pip RUN apk add --no-cache \ mariadb-dev \ @@ -77,7 +77,7 @@ pymysql==1.1.1 RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \ rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools -FROM python:3.10.14-alpine3.20 +FROM python:3.10.15-alpine3.20 RUN apk add --no-cache \ bash \