Skip to content

Commit

Permalink
chore(deps): update docker.io/library/redis:alpine docker digest to 5…
Browse files Browse the repository at this point in the history
…482672

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 4, 2023
1 parent 81f6940 commit 49d2627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/host_vars/authentik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
POSTGRES_USER: "{{ authentik.postgres.username }}"
POSTGRES_DB: "{{ authentik.postgres.database }}"
redis:
image: docker.io/library/redis:alpine@sha256:acd8bfb7208d995b49e361714bd3bdfe9edabb9ecbc11b7a3b755651a15165b7
image: docker.io/library/redis:alpine@sha256:5482672695b73780afeddb2ee84d58f393f16f34718d76b246c76afe27465d4c
command: --save 60 1 --loglevel warning
restart: always
healthcheck:
Expand Down

0 comments on commit 49d2627

Please sign in to comment.