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
…2feec9

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent acaca79 commit a144d11
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:efd647fe1eac98f29d3fd4d3fd6a5b5d4601dd92773e374589ca515d34e7e15b
image: docker.io/library/redis:alpine@sha256:52feec9e3be7fd87b86ff8ffd4eeec4c7b8f4243bc09ff173ecef6c77b78b33a
command: --save 60 1 --loglevel warning
restart: always
healthcheck:
Expand Down

0 comments on commit a144d11

Please sign in to comment.