release: 2021.3.2

This commit is contained in:
Jens Langhammer
2021-03-04 09:33:25 +01:00
parent 33e013a59f
commit e1e0b0cf7d
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}
image: beryju/authentik:${AUTHENTIK_TAG:-2021.3.2}
command: server
environment:
AUTHENTIK_REDIS__HOST: redis
@ -45,7 +45,7 @@ services:
env_file:
- .env
worker:
image: beryju/authentik:${AUTHENTIK_TAG:-2021.3.1}
image: beryju/authentik:${AUTHENTIK_TAG:-2021.3.2}
command: worker
networks:
- internal
@ -62,7 +62,7 @@ services:
env_file:
- .env
static:
image: beryju/authentik-static:${AUTHENTIK_TAG:-2021.3.1}
image: beryju/authentik-static:${AUTHENTIK_TAG:-2021.3.2}
networks:
- internal
labels: