Skip to content

Commit

Permalink
Update redis:7-alpine Docker digest to 6abca08
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent b21469a commit 31742d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nitter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
retries: 2

redis:
image: redis:7-alpine@sha256:8f157725f8eee31e65a8d4765f1f986d76aedc1a0503345dfb63a2b1b5a441ee
image: redis:7-alpine@sha256:6abca08e3a4d1c5fb834782b642324402b5fbd79a4bc00880bfce693ad98b651
restart: always
command: redis-server --save 60 1 --loglevel warning
volumes:
Expand Down
2 changes: 1 addition & 1 deletion proxitok/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:

redis:
container_name: proxitok-redis
image: redis:7-alpine@sha256:8f157725f8eee31e65a8d4765f1f986d76aedc1a0503345dfb63a2b1b5a441ee
image: redis:7-alpine@sha256:6abca08e3a4d1c5fb834782b642324402b5fbd79a4bc00880bfce693ad98b651
command: redis-server --save 60 1 --loglevel warning
restart: always
user: nobody
Expand Down

0 comments on commit 31742d6

Please sign in to comment.