mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 10:49:22 +00:00
Merge pull request #100 from ggogel/renovate/python-3.10.x
Update python Docker tag to v3.10.12
This commit is contained in:
commit
f1d7a8a5b1
1 changed files with 2 additions and 2 deletions
|
@ -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.10.11-alpine3.17 AS pip
|
FROM python:3.10.12-alpine3.17 AS pip
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
mariadb-dev \
|
mariadb-dev \
|
||||||
|
@ -40,7 +40,7 @@ django-simple-captcha==0.5.* \
|
||||||
pycryptodome==3.16.* \
|
pycryptodome==3.16.* \
|
||||||
&& rm -r /root/.cache/pip
|
&& rm -r /root/.cache/pip
|
||||||
|
|
||||||
FROM python:3.10.11-alpine3.17
|
FROM python:3.10.12-alpine3.17
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
|
|
Loading…
Add table
Reference in a new issue