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 c0f0a70 commit fa7edc6Copy full SHA for fa7edc6
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
# Label used to access the service container
9
db:
10
# Docker Hub image
11
- image: postgres:12.22
+ image: postgres:17.4
12
# Set health checks to wait until postgres has started
13
options: >-
14
--health-cmd pg_isready
docker-compose.services.yml
@@ -1,6 +1,6 @@
1
services:
2
3
4
healthcheck:
5
test: ["CMD", "pg_isready"]
6
interval: 3s
0 commit comments