From 75e2dd93a5eb36828a4d512070f97e0f72ef50a2 Mon Sep 17 00:00:00 2001 From: javielico Date: Mon, 10 Aug 2026 18:45:55 +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 41c3451..304d430 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.3 + image: ghcr.io/goauthentik/ldap:2026.5.4 # 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 195203d..03c2833 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.3 + image: ghcr.io/goauthentik/server:2026.5.4 command: server depends_on: - db @@ -78,7 +78,7 @@ services: - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" worker: - image: ghcr.io/goauthentik/server:2026.5.3 + image: ghcr.io/goauthentik/server:2026.5.4 command: worker depends_on: - db