Bump up version of ldap docker image

To fix an issue where the old version did not
run in M1 arch

(cherry picked from commit 7d78f0467b)
This commit is contained in:
Marcial Rosales 2025-09-17 13:51:05 +02:00 committed by Mergify
parent a067423bf4
commit b371775beb
1 changed files with 1 additions and 1 deletions

View File

@ -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 \