Skip to content

Commit

Permalink
Update redis Docker tag to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 5fd67ac commit c86a040
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.1-alpine
restart: unless-stopped
healthcheck:
test: [ "CMD-SHELL", "redis-cli --raw incr ping" ]
Expand Down

0 comments on commit c86a040

Please sign in to comment.