Skip to content

Commit

Permalink
chore(deps): update docker.io/library/redis docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 24daf8e commit 30a1a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
MARIADB_DATABASE: controlcenter
MARIADB_ROOT_PASSWORD: root
redis:
image: docker.io/library/redis:6.2-alpine
image: docker.io/library/redis:7.2-alpine
restart: always
ports:
- 6379:6379
Expand Down

0 comments on commit 30a1a77

Please sign in to comment.