Skip to content

Commit

Permalink
chore: upgrade redis
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Oct 16, 2024
1 parent ef80c90 commit 0215072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
MCP_SCOPES: openid email profile phone organizations
STYLESHEET_URL: ""
redis:
image: redis:7.0
image: redis:7.2
ports:
- 6379:6379
postgres:
image: postgres:15.8
env:
POSTGRES_USER: ${{ env.PGUSER }}
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
POSTGRES_DB: ${{ env.PGDATABASE }}
image: postgres:15.8
ports:
- 5432:5432
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- db-data:/var/lib/postgresql/data

redis:
image: redis:7.0
image: redis:7.2
ports:
- "6379:6379"

Expand Down

0 comments on commit 0215072

Please sign in to comment.