From 6ffae6ef43c8dfc7d726fcd7a9e050264662c279 Mon Sep 17 00:00:00 2001 From: javielico Date: Mon, 10 Aug 2026 19:29:09 +0100 Subject: [PATCH] chore: update image tags --- compose.outposts.ldap.yml | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.outposts.ldap.yml b/compose.outposts.ldap.yml index 3ac22a0..529132f 100644 --- a/compose.outposts.ldap.yml +++ b/compose.outposts.ldap.yml @@ -1,7 +1,7 @@ version: "3.8" services: authentik_ldap: - image: ghcr.io/goauthentik/ldap:2026.5.5 + image: ghcr.io/goauthentik/ldap:2026.5.6 # Optionally specify which networks the container should be # might be needed to reach the core authentik server networks: diff --git a/compose.yml b/compose.yml index 925ba68..cc143e9 100644 --- a/compose.yml +++ b/compose.yml @@ -35,7 +35,7 @@ x-env: &env version: '3.8' services: app: - image: ghcr.io/goauthentik/server:2026.5.5 + image: ghcr.io/goauthentik/server:2026.5.6 command: server depends_on: - db @@ -78,7 +78,7 @@ services: - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" worker: - image: ghcr.io/goauthentik/server:2026.5.5 + image: ghcr.io/goauthentik/server:2026.5.6 command: worker depends_on: - db