From cabb8872126908920923907a021d5e20673fe7f9 Mon Sep 17 00:00:00 2001 From: Eugene Davis Date: Wed, 14 Sep 2022 00:35:04 +0200 Subject: [PATCH] Update base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e23ae01..aea119a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.12-slim-bullseye as builder +FROM python:3.8.14-slim-bullseye as builder WORKDIR /app @@ -19,7 +19,7 @@ RUN ./venv/bin/pip install . \ && ./venv/bin/pip cache purge -FROM python:3.8.12-slim-bullseye +FROM python:3.8.14-slim-bullseye ARG with_models=false ARG models=