diff --git a/deploy/Dockerfile b/deploy/Dockerfile index c174f82e..305362e1 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-slim-bullseye as prod +FROM python:3.11.5-slim-bullseye as prod RUN pip install poetry==1.4.2