mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
upgrade image
This commit is contained in:
parent
41b3c61269
commit
a59aaff57b
@ -1,4 +1,4 @@
|
||||
FROM python:3.10.9-slim-bullseye as builder
|
||||
FROM python:3.10.10-slim-bullseye as builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -19,7 +19,7 @@ RUN ./venv/bin/pip install Babel==2.11.0 && ./venv/bin/python scripts/compile_lo
|
||||
&& ./venv/bin/pip install . \
|
||||
&& ./venv/bin/pip cache purge
|
||||
|
||||
FROM python:3.10.9-slim-bullseye
|
||||
FROM python:3.10.10-slim-bullseye
|
||||
|
||||
ARG with_models=false
|
||||
ARG models=""
|
||||
|
Loading…
Reference in New Issue
Block a user