Skip to content

Commit

Permalink
Update redis:7-alpine Docker digest to ea9fcb1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 86dc722 commit 9b0a3bc
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:de14eedfbd1fc871d0f5aa1773fd80743930e45354d035b6f3b551e7ffa44df8
image: redis:7-alpine@sha256:ea9fcb1c25a20121af8a57d42cd5fea83d3b2cbb497a993f2a15265e0d59043e
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:de14eedfbd1fc871d0f5aa1773fd80743930e45354d035b6f3b551e7ffa44df8
image: redis:7-alpine@sha256:ea9fcb1c25a20121af8a57d42cd5fea83d3b2cbb497a993f2a15265e0d59043e
command: redis-server --save 60 1 --loglevel warning
restart: always
user: nobody
Expand Down

0 comments on commit 9b0a3bc

Please sign in to comment.