Skip to content

Commit

Permalink
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.12…
Browse files Browse the repository at this point in the history
….0 (#6038)
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 52039d6 commit d34fae4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/authentik/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "authentik",
"tipi_version": 30,
"version": "2024.10.5",
"tipi_version": 31,
"version": "2024.12.0",
"https": true,
"categories": ["development"],
"description": "The authentication glue you need.",
Expand All @@ -29,5 +29,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733856112000
"updated_at": 1734642371000
}
4 changes: 2 additions & 2 deletions apps/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
authentik:
image: ghcr.io/goauthentik/server:2024.10.5
image: ghcr.io/goauthentik/server:2024.12.0
restart: unless-stopped
command: server
container_name: authentik
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
traefik.http.routers.authentik-local.tls: true
runtipi.managed: true
authentik-worker:
image: ghcr.io/goauthentik/server:2024.10.5
image: ghcr.io/goauthentik/server:2024.12.0
restart: unless-stopped
command: worker
container_name: authentik-worker
Expand Down

0 comments on commit d34fae4

Please sign in to comment.