update to python 3.11.6 (#52)

* update dependencies

* update to python 3.11.6

* add human-readable migrations

* minor changes
This commit is contained in:
Dmitry Afanasyev
2023-11-05 14:21:37 +03:00
committed by GitHub
parent 18ea0a556a
commit b5fe195ef4
10 changed files with 272 additions and 268 deletions

View File

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