Skip to content

Commit

Permalink
Update redis:7-alpine Docker digest to 7dba420
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent e69719e commit 00ca448
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:75e791f5e4f0589f50b19a15ade4f9c0e914afb694ae33e0892ec207a6badc73
image: redis:7-alpine@sha256:7dba4201458c8764acb17fc42f6ca4a09e9905c02f22593c5ea36747a90b0d4c
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:75e791f5e4f0589f50b19a15ade4f9c0e914afb694ae33e0892ec207a6badc73
image: redis:7-alpine@sha256:7dba4201458c8764acb17fc42f6ca4a09e9905c02f22593c5ea36747a90b0d4c
command: redis-server --save 60 1 --loglevel warning
restart: always
user: nobody
Expand Down

0 comments on commit 00ca448

Please sign in to comment.