We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1fc83 commit ba986ebCopy full SHA for ba986eb
1 file changed
tests/e2e_dbt_project/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.8"
2
3
services:
4
postgres:
5
- image: postgres
+ image: postgres:15
6
ports:
7
- "127.0.0.1:5432:5432"
8
command: postgres -c max_connections=500
0 commit comments