Skip to content

Commit

Permalink
Update python Docker tag to v3.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent e3956f9 commit 790d24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seahub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.17 AS pip
FROM python:3.10.11-alpine3.17 AS pip

RUN apk add --no-cache \
mariadb-dev \
Expand Down Expand Up @@ -40,7 +40,7 @@ django-simple-captcha==0.5.* \
pycryptodome==3.16.* \
&& rm -r /root/.cache/pip

FROM python:3.10.10-alpine3.17
FROM python:3.10.11-alpine3.17

RUN apk add --no-cache \
bash \
Expand Down

0 comments on commit 790d24d

Please sign in to comment.