Skip to content

Commit

Permalink
Update redis Docker tag to v7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 5fd67ac commit 372f584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/paperless/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
cache:
container_name: paperless_cache
image: redis:7.2.5-alpine
image: redis:7.4.2-alpine
restart: unless-stopped
healthcheck:
test: [ "CMD-SHELL", "redis-cli --raw incr ping" ]
Expand Down

0 comments on commit 372f584

Please sign in to comment.