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 63e6eb4 commit d7e8555Copy full SHA for d7e8555
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
7
services:
8
db:
9
- image: postgres:15.10
+ image: postgres:15.14
10
# Health checks to wait until postgres has started
11
options: >-
12
--health-cmd pg_isready
docker-compose.yml
@@ -31,7 +31,7 @@ x-extra-hosts:
31
32
33
34
35
ports:
36
- "5432"
37
environment:
0 commit comments