Skip to content

Commit 8d3f53a

Browse files
authored
Upgrade to Postgres 17 (#735)
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
1 parent eb6eadb commit 8d3f53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pgsql.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pgsql:
2-
image: 'postgres:15'
2+
image: 'postgres:17'
33
ports:
44
- '${FORWARD_DB_PORT:-5432}:5432'
55
environment:

0 commit comments

Comments
 (0)