Merge pull request #358 from moas/patch-1

Fix Python version in dockerfile to avoid TypeError
This commit is contained in:
Abi Raja 2024-06-23 05:48:44 -04:00 committed by GitHub
commit 9a4fbd4591
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