Skip to content

Commit

Permalink
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent b24fad9 commit 2875bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/host_vars/authentik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
volumes:
- redis:/data
server:
image: ghcr.io/goauthentik/server:2024.4.0@sha256:b047ac126b09fd80de21c39dbf3f575f3cc19c3bce7d611e61c3a9c739706aae
image: ghcr.io/goauthentik/server:2024.4.1@sha256:85683663bd3792863fd87ba6867c41ede09784b752aa33342d7f75903d1055e6
restart: always
command: server
environment:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- postgresql
- redis
worker:
image: ghcr.io/goauthentik/server:2024.4.0@sha256:b047ac126b09fd80de21c39dbf3f575f3cc19c3bce7d611e61c3a9c739706aae
image: ghcr.io/goauthentik/server:2024.4.1@sha256:85683663bd3792863fd87ba6867c41ede09784b752aa33342d7f75903d1055e6
restart: always
command: worker
environment:
Expand Down

0 comments on commit 2875bd2

Please sign in to comment.