From 0edb9223c71703acbc5a8f58c5022359f56f1b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 03:00:09 +0000 Subject: [PATCH] chore(deps): update docker.io/library/redis:alpine docker digest to 070d47a 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 85a5e896..001e3877 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:1bf97f21f01b0e7bd4b7b34a26d3b9d8086e41e70c10f262e8a9e0b49b5116a0 + image: docker.io/library/redis:alpine@sha256:070d47a7fc389d7cf74257f76bfb57591f470f685eb4637c85f0a587534a4f26 command: --save 60 1 --loglevel warning restart: always healthcheck: