Update Dockerfile

fix error:
TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard'
This commit is contained in:
Oscar Landry L 2024-06-11 14:58:18 +02:00 committed by GitHub
parent 392b9849a2
commit 9e2eb0c58c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim-bullseye
FROM python:3.12.3-slim-bullseye
ENV POETRY_VERSION 1.4.1