From a59aaff57b4da5655a2502d3e5400400fff47494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20T?= Date: Sun, 2 Apr 2023 18:58:11 +0200 Subject: [PATCH] upgrade image --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index fc99af1..fc9f651 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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=""