Browse Source

chore(deps): update ghcr.io/goauthentik/server docker tag to v2025.12.1

renovate[bot] 4 weeks ago
parent
commit
8188f7e9da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      library/compose/authentik/compose.yaml.j2

+ 2 - 2
library/compose/authentik/compose.yaml.j2

@@ -1,7 +1,7 @@
 ---
 services:
   {{ service_name }}:
-    image: ghcr.io/goauthentik/server:2025.12.0
+    image: ghcr.io/goauthentik/server:2025.12.1
     restart: {{ restart_policy }}
     command: server
     environment:
@@ -83,7 +83,7 @@ services:
     Handles long-running tasks like email sending, cleanup jobs, and scheduled tasks
   #}
   {{ service_name }}_worker:
-    image: ghcr.io/goauthentik/server:2025.12.0
+    image: ghcr.io/goauthentik/server:2025.12.1
     restart: {{ restart_policy }}
     command: worker
     environment: