Skip to content

Commit 67deeda

Browse files
Update postgres Docker tag to v17
1 parent 9595796 commit 67deeda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
services:
88
db:
9-
image: postgres:11.16
9+
image: postgres:17.4
1010
# Health checks to wait until postgres has started
1111
options: >-
1212
--health-cmd pg_isready

template/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ x-environment:
1818

1919
services:
2020
db:
21-
image: postgres:11.16
21+
image: postgres:17.4
2222
ports:
2323
- "5432"
2424

0 commit comments

Comments
 (0)