Skip to content

Commit

Permalink
chore(deps): update ghcr.io/goauthentik/server docker tag to v2023.10.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 9, 2023
1 parent f041965 commit 64d49bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/host_vars/authentik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
volumes:
- redis:/data
server:
image: ghcr.io/goauthentik/server:2023.10.2@sha256:f3285007e163fbbe15a8619be214568188e6c1f15aee74b3859b006e3edd286b
image: ghcr.io/goauthentik/server:2023.10.3@sha256:1bfa11413b928f5831b56933aa09816a05f435fb5df7b652fbf9838548a7f561
restart: always
command: server
environment:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- postgresql
- redis
worker:
image: ghcr.io/goauthentik/server:2023.10.2@sha256:f3285007e163fbbe15a8619be214568188e6c1f15aee74b3859b006e3edd286b
image: ghcr.io/goauthentik/server:2023.10.3@sha256:1bfa11413b928f5831b56933aa09816a05f435fb5df7b652fbf9838548a7f561
restart: always
command: worker
environment:
Expand Down

0 comments on commit 64d49bd

Please sign in to comment.