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 af485de commit fa45a23Copy full SHA for fa45a23
.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:18.1
12
# Set health checks to wait until postgres has started
13
options: >-
14
--health-cmd pg_isready
docker-compose.services.yml
@@ -10,7 +10,7 @@ services:
profiles:
- backend
- image: postgres:16
+ image: postgres:18
healthcheck:
15
test: ["CMD", "pg_isready"]
16
interval: 3s
0 commit comments