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

@@ -12,7 +12,7 @@ POSTGRESQL_VERSION="${1:-16.7}"
PG_MAJOR="${POSTGRESQL_VERSION%%.*}"
img="docker.io/rockdrilla/postgresql:${POSTGRESQL_VERSION}"
deps="docker.io/rockdrilla/postgresql:deps-v2"
deps="docker.io/rockdrilla/postgresql:deps-v3"
c=$(buildah from --pull=missing "${deps}")
[ -n "${c:?}" ]