Skip to content

Commit afa06b0

Browse files
committed
Docker: default to PostgreSQL 17, builds on v18 are broken
1 parent 6d73db2 commit afa06b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
--innodb-doublewrite=0
1212
--skip-log-bin
1313
pgsql:
14-
image: postgres:${PGSQL_VERSION:-latest}
14+
image: postgres:${PGSQL_VERSION:-17}
1515
environment:
1616
POSTGRES_USER: postgres
1717
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)