Skip to content

Commit

Permalink
Update redis:7-alpine Docker digest to 0389bb8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 30, 2024
1 parent 6ed2d2e commit f49d5b4
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:52feec9e3be7fd87b86ff8ffd4eeec4c7b8f4243bc09ff173ecef6c77b78b33a
image: redis:7-alpine@sha256:0389bb8416d7c6ed065c25745179bf5d358e5d9472dd30a687ab36ffbb650262
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:52feec9e3be7fd87b86ff8ffd4eeec4c7b8f4243bc09ff173ecef6c77b78b33a
image: redis:7-alpine@sha256:0389bb8416d7c6ed065c25745179bf5d358e5d9472dd30a687ab36ffbb650262
command: redis-server --save 60 1 --loglevel warning
restart: always
user: nobody
Expand Down

0 comments on commit f49d5b4

Please sign in to comment.