Skip to content

Commit c1f9dd3

Browse files
chore(deps): update postgres docker tag to v17
1 parent 0b72b05 commit c1f9dd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# Label used to access the service container
99
db:
1010
# Docker Hub image
11-
image: postgres:12.22
11+
image: postgres:17.4
1212
# Set health checks to wait until postgres has started
1313
options: >-
1414
--health-cmd pg_isready

docker-compose.services.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
db:
66
profiles:
77
- backend
8-
image: postgres:12.22
8+
image: postgres:17.4
99
healthcheck:
1010
test: ["CMD", "pg_isready"]
1111
interval: 3s

0 commit comments

Comments
 (0)