Update ghcr.io/goauthentik/server Docker digest to 8568366
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
79b29d1087
commit
2a8627dd3b
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ services:
|
|||
volumes:
|
||||
- redis:/data
|
||||
server:
|
||||
image: ghcr.io/goauthentik/server@sha256:b047ac126b09fd80de21c39dbf3f575f3cc19c3bce7d611e61c3a9c739706aae
|
||||
image: ghcr.io/goauthentik/server@sha256:85683663bd3792863fd87ba6867c41ede09784b752aa33342d7f75903d1055e6
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
|
@ -53,7 +53,7 @@ services:
|
|||
- postgresql
|
||||
- redis
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server@sha256:b047ac126b09fd80de21c39dbf3f575f3cc19c3bce7d611e61c3a9c739706aae
|
||||
image: ghcr.io/goauthentik/server@sha256:85683663bd3792863fd87ba6867c41ede09784b752aa33342d7f75903d1055e6
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
environment:
|
||||
|
|
Reference in a new issue