Skip to content

Commit

Permalink
Bump postgres from 16 to 17 in /docker/postgres
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent d790dd4 commit c86559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16
FROM postgres:17

# allow all connections
RUN echo "host all all 0.0.0.0/0 md5" >> /var/lib/postgresql/data/pg_hba.conf
Expand Down

0 comments on commit c86559a

Please sign in to comment.