release: 2021.3.4

This commit is contained in:
Jens Langhammer
2021-03-16 19:17:50 +01:00
parent 9e71287c25
commit 4b33971155
13 changed files with 27 additions and 27 deletions

View File

@ -19,7 +19,7 @@ services:
networks:
- internal
server:
image: ${AUTHENTIK_IMAGE:-beryju/authentik}:${AUTHENTIK_TAG:-2021.3.3}
image: ${AUTHENTIK_IMAGE:-beryju/authentik}:${AUTHENTIK_TAG:-2021.3.4}
command: server
environment:
AUTHENTIK_REDIS__HOST: redis
@ -47,7 +47,7 @@ services:
env_file:
- .env
worker:
image: ${AUTHENTIK_IMAGE:-beryju/authentik}:${AUTHENTIK_TAG:-2021.3.3}
image: ${AUTHENTIK_IMAGE:-beryju/authentik}:${AUTHENTIK_TAG:-2021.3.4}
command: worker
networks:
- internal
@ -66,7 +66,7 @@ services:
env_file:
- .env
static:
image: ${AUTHENTIK_IMAGE_STATIC:-beryju/authentik-static}:${AUTHENTIK_TAG:-2021.3.3}
image: ${AUTHENTIK_IMAGE_STATIC:-beryju/authentik-static}:${AUTHENTIK_TAG:-2021.3.4}
networks:
- internal
labels: