Skip to content

Commit

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent 51943be commit 4089778
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:4dc8a5b107f17e119f85a6f8a4547283f6c7db4d281b6f409a93dd098645c3f6
image: docker.io/library/redis:alpine@sha256:c35af3bbcef51a62c8bae5a9a563c6f1b60d7ebaea4cb5a3ccbcc157580ae098
command: --save 60 1 --loglevel warning
restart: always
healthcheck:
Expand Down

0 comments on commit 4089778

Please sign in to comment.