Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent 10874c5 commit 4b9ec17
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.2-alpine'
image: 'redis:7.2.3-alpine'
ports:
- '127.0.0.1:6379:6379/tcp'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

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

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

0 comments on commit 4b9ec17

Please sign in to comment.