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

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