From 194085224e4141bbd7d26a8602b383f34a4fe441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 02:47:02 +0000 Subject: [PATCH] chore(deps): update docker.io/library/redis:alpine docker digest to 75e791f 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 c2164005c..edf2ddede 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:b62fb4b69249a3c7bd7443d41353d2cda8260b05bebd64814e77db99536bc876 + image: docker.io/library/redis:alpine@sha256:75e791f5e4f0589f50b19a15ade4f9c0e914afb694ae33e0892ec207a6badc73 command: --save 60 1 --loglevel warning restart: always healthcheck: