update Authentik to 22.12.0
This commit is contained in:
parent
7bf32d90b1
commit
40be1b1a0f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ services:
|
|||
networks:
|
||||
- authentik_net
|
||||
server:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.11.3}
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.12.0}
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue