Merge pull request #358 from moas/patch-1
Fix Python version in dockerfile to avoid TypeError
This commit is contained in:
commit
9a4fbd4591
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.12-slim-bullseye
|
FROM python:3.12.3-slim-bullseye
|
||||||
|
|
||||||
ENV POETRY_VERSION 1.4.1
|
ENV POETRY_VERSION 1.4.1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user