Update python Docker tag to v3.8.16

This commit is contained in:
renovate[bot] 2022-12-08 00:50:01 +00:00 committed by GitHub
parent 96db4af964
commit c593b8c3fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VERSION}/seahub.sh
FROM python:3.8.15-alpine3.16 AS pip FROM python:3.8.16-alpine3.16 AS pip
RUN apk add --no-cache \ RUN apk add --no-cache \
mariadb-dev \ mariadb-dev \
@ -40,7 +40,7 @@ django-simple-captcha \
pycryptodome==3.12.0 \ pycryptodome==3.12.0 \
&& rm -r /root/.cache/pip && rm -r /root/.cache/pip
FROM python:3.8.15-alpine3.16 FROM python:3.8.16-alpine3.16
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \ bash \