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 f022829 commit fc34a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot-ultimate-redis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- PGADMIN_DEFAULT_PASSWORD=admin

redis:
image: redis:7.2.2-alpine
image: redis:7.2.3-alpine
ports:
- "6379:6379"
command: redis-server --save 60 1 --requirepass MDNcVb924a --loglevel warning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "5432:5432"

redis:
image: 'redis:7.2.2-alpine'
image: 'redis:7.2.3-alpine'
ports:
- '127.0.0.1:6379:6379/tcp'
volumes:
Expand Down

0 comments on commit fc34a86

Please sign in to comment.