release: 2021.3.1-rc2

This commit is contained in:
Jens Langhammer
2021-03-02 21:41:30 +01:00
parent 0018fbacd3
commit d420719649
11 changed files with 19 additions and 19 deletions

View File

@ -19,7 +19,7 @@ services:
networks:
- internal
server:
image: beryju/authentik:${AUTHENTIK_TAG:-2021.3.1-rc1}
image: beryju/authentik:${AUTHENTIK_TAG:-2021.3.1-rc2}
command: server
environment:
AUTHENTIK_REDIS__HOST: redis
@ -45,7 +45,7 @@ services:
env_file:
- .env
worker:
image: beryju/authentik:${AUTHENTIK_TAG:-2021.3.1-rc1}
image: beryju/authentik:${AUTHENTIK_TAG:-2021.3.1-rc2}
command: worker
networks:
- internal
@ -62,7 +62,7 @@ services:
env_file:
- .env
static:
image: beryju/authentik-static:${AUTHENTIK_TAG:-2021.3.1-rc1}
image: beryju/authentik-static:${AUTHENTIK_TAG:-2021.3.1-rc2}
networks:
- internal
labels: