Skip to content

Commit

Permalink
Update postgres Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent d7f5bd4 commit c672372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ images+=("${repobase}/${reponame}")

#Create webtop-postgres container
reponame="webtop-postgres"
container=$(buildah from docker.io/library/postgres:9.2)
container=$(buildah from docker.io/library/postgres:16.4)
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
Expand Down

0 comments on commit c672372

Please sign in to comment.