Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 549f966 commit 5b39dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/personal-mastodon-instance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
- GZ_RSYNCABLE=TRUE

personal-mastodon-instance-redis:
image: redis:7.2.0-alpine
image: redis:7.4.1-alpine
container_name: personal-mastodon-instance-redis
restart: always
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion services/professional-mastodon-instance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
- GZ_RSYNCABLE=TRUE

professional-mastodon-instance-redis:
image: redis:7.2.0-alpine
image: redis:7.4.1-alpine
container_name: professional-mastodon-instance-redis
restart: always
healthcheck:
Expand Down

0 comments on commit 5b39dd4

Please sign in to comment.