switch to Python 3.12

This commit is contained in:
2025-02-21 11:30:12 +03:00
parent d8c7de04a5
commit f0d9f41a3d
4 changed files with 7 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ BUILDAH_ISOLATION="${BUILDAH_ISOLATION:-chroot}"
BUILDAH_NETWORK="${BUILDAH_NETWORK:-host}"
set +a
img="docker.io/rockdrilla/postgresql:deps-v2"
base="docker.io/rockdrilla/postgresql:base-v2"
img="docker.io/rockdrilla/postgresql:deps-v3"
base="docker.io/rockdrilla/postgresql:base-v3"
exec buildah bud \
-f ./Dockerfile.deps \