Skip to content

Commit

Permalink
Upgrade to Postgres 17 (#735)
Browse files Browse the repository at this point in the history
This updates the Postgres stub to use the newly release and latest version 17: https://www.postgresql.org/docs/17/release-17.html

The official Docker image is here: https://github.com/docker-library/postgres/blob/172544062d1031004b241e917f5f3f9dfebc0df5/17/bookworm/Dockerfile
  • Loading branch information
ziadoz authored Oct 6, 2024
1 parent eb6eadb commit 8d3f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/pgsql.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pgsql:
image: 'postgres:15'
image: 'postgres:17'
ports:
- '${FORWARD_DB_PORT:-5432}:5432'
environment:
Expand Down

0 comments on commit 8d3f53a

Please sign in to comment.