Update python image tag to python:3.10.10-alpine3.17

This commit is contained in:
Gerrit Gogel 2023-02-23 14:36:40 +01:00
parent 90049ebd2e
commit e412923e69

View file

@ -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.10.10-alpine3.16 AS pip
FROM python:3.10.10-alpine3.17 AS pip
RUN apk add --no-cache \
mariadb-dev \
@ -40,7 +40,7 @@ django-simple-captcha==0.5.* \
pycryptodome==3.16.* \
&& rm -r /root/.cache/pip
FROM python:3.10.10-alpine3.16
FROM python:3.10.10-alpine3.17
RUN apk add --no-cache \
bash \