Explorar el Código

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

renovate[bot] hace 2 semanas
padre
commit
e502ee25e4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.3
+    image: ghcr.io/goauthentik/server:2025.12.4
     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.3
+    image: ghcr.io/goauthentik/server:2025.12.4
     restart: {{ restart_policy }}
     command: worker
     environment: