Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 30, 2024
1 parent 9cb54f7 commit 86f3bf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-gateway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- "9411:9411"

redis:
image: 'redis:7.2.5-alpine'
image: 'redis:7.4.0-alpine'
ports:
- '127.0.0.1:6379:6379/tcp'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:

redis:
container_name: redis
image: 'redis:7.2.5-alpine'
image: 'redis:7.4.0-alpine'
extra_hosts: ['host.docker.internal:host-gateway']
ports:
- '127.0.0.1:6379:6379/tcp'
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:

redis:
container_name: redis
image: 'redis:7.2.5-alpine'
image: 'redis:7.4.0-alpine'
extra_hosts: ['host.docker.internal:host-gateway']
ports:
- '127.0.0.1:6379:6379/tcp'
Expand Down

0 comments on commit 86f3bf9

Please sign in to comment.