Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: Update docker redis image to v7.0.15 #5063

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linting-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
ONCALL_TESTING_RBAC_ENABLED: ${{ matrix.rbac_enabled }}
services:
redis_test:
image: redis:7.0.5
image: redis:7.0.15
ports:
- 6379:6379
options: >-
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:
redis:
container_name: redis
labels: *oncall-labels
image: redis:7.0.5
image: redis:7.0.15
restart: always
ports:
- "6379:6379"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-mysql-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
retries: 10

redis:
image: redis:7.0.5
image: redis:7.0.15
restart: always
expose:
- 6379
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
condition: service_healthy

redis:
image: redis:7.0.5
image: redis:7.0.15
restart: always
expose:
- 6379
Expand Down
Loading