From 98d705096ec97afac79772ff12e0516cd749d256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:03:07 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17.11 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index f4123fb0..d1b6fc81 100644 --- a/build-images.sh +++ b/build-images.sh @@ -85,7 +85,7 @@ images+=("${repobase}/${reponame}") #Create webtop-postgres container reponame="webtop-postgres" -container=$(buildah from docker.io/library/postgres:17.10) +container=$(buildah from docker.io/library/postgres:17.11) buildah add ${container} ${PWD}/webtop5-build/sql-scripts-$webtop_version.tar.gz /docker-entrypoint-initdb.d/ buildah add ${container} ${PWD}/postgres/data /docker-entrypoint-initdb.d/data buildah add ${container} ${PWD}/postgres/postgres /docker-entrypoint-initdb.d/postgres