update to python3.12 (#66)

* update to python3.12

* update poetry main package version
This commit is contained in:
Dmitry Afanasyev
2023-12-17 13:19:07 +03:00
committed by GitHub
parent cfe4783d4e
commit 4e7ddf07fd
6 changed files with 371 additions and 309 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11.7 AS compile-image
FROM python:3.12.1 AS compile-image
ARG USER=web
ARG STAGE