Merge pull request #305 from ggogel/renovate/python-3.10.x

Update python Docker tag to v3.10.15
This commit is contained in:
Gerrit Gogel 2024-09-17 09:47:17 +03:00 committed by GitHub
commit e2865bc3a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 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 \ RUN apk add --no-cache \
mariadb-dev \ mariadb-dev \
@ -77,7 +77,7 @@ pymysql==1.1.1
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \ RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools 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 \ RUN apk add --no-cache \
bash \ bash \