We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b72b05 commit c1f9dd3Copy full SHA for c1f9dd3
.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
@@ -5,7 +5,7 @@ services:
5
6
profiles:
7
- backend
healthcheck:
test: ["CMD", "pg_isready"]
interval: 3s
0 commit comments