We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35aa9c commit a1fa3deCopy full SHA for a1fa3de
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
runs-on: ubuntu-latest-32-cores
82
services:
83
postgres:
84
- image: postgres:15.6-alpine
+ image: postgres:15.10-alpine
85
ports:
86
- 5432:5432
87
env:
@@ -151,7 +151,7 @@ jobs:
151
runs-on: ubuntu-latest
152
153
154
155
156
157
docker-compose.yml
@@ -1,6 +1,6 @@
1
2
3
4
5
- "127.0.0.1:5432:5432"
6
healthcheck:
0 commit comments