Skip to content

Commit

Permalink
Update redis Docker tag to v7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 5f192d1 commit 96ee306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searxng/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:

redis:
container_name: redis
image: "redis:7.2.1-alpine@sha256:a4c910678a1b358a88446b2fe1c5bb0417a5c9cfac4eba959f1e42d22f2e0af1"
image: "redis:7.2.2-alpine@sha256:2d44eb73209e5af4118de67e89b01709bfec7cc5a4c1cec29665f6d011c70783"
command: redis-server --save "" --appendonly "no"
restart: always
tmpfs:
Expand Down

0 comments on commit 96ee306

Please sign in to comment.