From 80608bb4e0d888f4e6f92637b8623eb0afcc50e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:20:47 +0000 Subject: [PATCH] chore(deps): update docker.io/library/redis:alpine docker digest to 2d44eb7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ansible/host_vars/authentik/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/host_vars/authentik/docker-compose.yaml b/ansible/host_vars/authentik/docker-compose.yaml index 006d8d03a..4a479ae5c 100644 --- a/ansible/host_vars/authentik/docker-compose.yaml +++ b/ansible/host_vars/authentik/docker-compose.yaml @@ -17,7 +17,7 @@ services: POSTGRES_USER: "{{ authentik.postgres.username }}" POSTGRES_DB: "{{ authentik.postgres.database }}" redis: - image: docker.io/library/redis:alpine@sha256:1156cb4b71d5cda2821d3ea35ecdba43e5e853524e3aa622550ad79e19d2a577 + image: docker.io/library/redis:alpine@sha256:2d44eb73209e5af4118de67e89b01709bfec7cc5a4c1cec29665f6d011c70783 command: --save 60 1 --loglevel warning restart: always healthcheck: