mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Update base image
This commit is contained in:
parent
9d6d06ceeb
commit
cabb887212
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.8.12-slim-bullseye as builder
|
FROM python:3.8.14-slim-bullseye as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ RUN ./venv/bin/pip install . \
|
||||||
&& ./venv/bin/pip cache purge
|
&& ./venv/bin/pip cache purge
|
||||||
|
|
||||||
|
|
||||||
FROM python:3.8.12-slim-bullseye
|
FROM python:3.8.14-slim-bullseye
|
||||||
|
|
||||||
ARG with_models=false
|
ARG with_models=false
|
||||||
ARG models=
|
ARG models=
|
||||||
|
|
Loading…
Reference in a new issue