Skip to content

Commit

Permalink
Update redis:7-alpine Docker digest to 771316d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent e4745ae commit 8b96ea3
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 @@ -38,7 +38,7 @@ services:
ofelia.job-local.create_guest_accounts.command: '/bin/sh -c "apk add curl jq && sh /create_guest_account.sh /src/guest_accounts.jsonl && docker restart nitter"'

redis:
image: redis:7-alpine@sha256:995e6eaab954e92cadf1a0bb1eab71ae3baae8e02ea4354fd8aa136a61e42247
image: redis:7-alpine@sha256:771316de17c3eaa0824734099785cf984061f06a0bb765eef5953264fea7f0a9
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:995e6eaab954e92cadf1a0bb1eab71ae3baae8e02ea4354fd8aa136a61e42247
image: redis:7-alpine@sha256:771316de17c3eaa0824734099785cf984061f06a0bb765eef5953264fea7f0a9
command: redis-server --save 60 1 --loglevel warning
restart: always
user: nobody
Expand Down

0 comments on commit 8b96ea3

Please sign in to comment.