update dependencies and python to 3.12.3 (#95)

* update dependencies and python to 3.12.3

* fix tests
This commit is contained in:
Dmitry Afanasyev
2024-04-20 19:16:37 +03:00
committed by GitHub
parent 3e7bbb6f60
commit b6a0427b1b
8 changed files with 561 additions and 356 deletions

View File

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