Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 2a96d5b commit 6105162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- 6379:6379
options: --entrypoint redis-server
postgres:
image: postgres:13.15
image: postgres:17.0
env:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- 6379:6379
options: --entrypoint redis-server
postgres:
image: postgres:13.15
image: postgres:17.0
env:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
- 6379:6379
options: --entrypoint redis-server
postgres:
image: postgres:13.15
image: postgres:17.0
env:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
- 6379:6379
options: --entrypoint redis-server
postgres:
image: postgres:13.15
image: postgres:17.0
env:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- 6379:6379
options: --entrypoint redis-server
postgres:
image: postgres:13.15
image: postgres:17.0
env:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down

0 comments on commit 6105162

Please sign in to comment.