Skip to content

Commit fa7edc6

Browse files
chore(deps): update postgres docker tag to v17
1 parent c0f0a70 commit fa7edc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
db:
3-
image: postgres:12.22
3+
image: postgres:17.4
44
healthcheck:
55
test: ["CMD", "pg_isready"]
66
interval: 3s

0 commit comments

Comments
 (0)