From 7d78f0467b9aa15ce9a26e4b5644a91232032b21 Mon Sep 17 00:00:00 2001 From: Marcial Rosales Date: Wed, 17 Sep 2025 13:51:05 +0200 Subject: [PATCH] Bump up version of ldap docker image To fix an issue where the old version did not run in M1 arch --- selenium/bin/components/mock-auth-backend-ldap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selenium/bin/components/mock-auth-backend-ldap b/selenium/bin/components/mock-auth-backend-ldap index f380b3bbc1..eea21695aa 100644 --- a/selenium/bin/components/mock-auth-backend-ldap +++ b/selenium/bin/components/mock-auth-backend-ldap @@ -28,7 +28,7 @@ start_mock-auth-backend-ldap() { --publish 389:389 \ --publish 636:636 \ -v ${AUTH_BACKEND_LDAP_DIR}:/config \ - osixia/openldap:1.2.1 + osixia/openldap:1.5.0 wait_for_message mock-auth-backend-ldap "starting" docker exec mock-auth-backend-ldap ldapadd \