update deps

This commit is contained in:
2025-04-09 14:46:16 +03:00
parent 8b83963828
commit 91d3a48177
6 changed files with 40 additions and 16 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-v3"
deps="docker.io/rockdrilla/postgresql:deps-v4"
c=$(buildah from --pull=missing "${deps}")
[ -n "${c:?}" ]