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