Skip to content

Commit

Permalink
chore(deps): Bump postgres from 16 to 17 in /demo/docker-test/db (#3262)
Browse files Browse the repository at this point in the history
Bumps postgres from 16 to 17.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jamshale authored Oct 1, 2024
1 parent 6620b5b commit f082a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/docker-test/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:16
FROM postgres:17
COPY ./init-postgres-role.sh /docker-entrypoint-initdb.d/init-postgres-role.sh
CMD ["docker-entrypoint.sh", "postgres"]

0 comments on commit f082a95

Please sign in to comment.