Explorar el Código

Merge pull request #1451 from ChristianLempa/renovate/ghcr.io-goauthentik-server-2025.6.x

chore(deps): update ghcr.io/goauthentik/server docker tag to v2025.6.4
Christian Lempa hace 8 meses
padre
commit
075bf2c87e

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

@@ -1,6 +1,6 @@
 services:
   {{ service_name }}:
-    image: ghcr.io/goauthentik/server:2025.6.3
+    image: ghcr.io/goauthentik/server:2025.6.4
     container_name: {{ container_name }}
     command: server
     env_file:
@@ -42,7 +42,7 @@ services:
     restart: {{ restart_policy }}
 
   {{ service_name }}-worker:
-    image: ghcr.io/goauthentik/server:2025.6.3
+    image: ghcr.io/goauthentik/server:2025.6.4
     container_name: {{ service_name }}-worker
     command: worker
     env_file:

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

@@ -14,9 +14,9 @@ metadata:
     Documentation: https://goauthentik.io/docs/
 
     GitHub: https://github.com/goauthentik/authentik
-  version: 2025.6.3
+  version: 2025.6.4
   author: Christian Lempa
-  date: '2025-09-28'
+  date: '2025-10-31'
   tags:
     - authentication
   next_steps: |