Bump up version of ldap docker image

To fix an issue where the old version did not
run in M1 arch
This commit is contained in:
Marcial Rosales 2025-09-17 13:51:05 +02:00
parent 18e4bf6eaf
commit 7d78f0467b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ start_mock-auth-backend-ldap() {
--publish 389:389 \ --publish 389:389 \
--publish 636:636 \ --publish 636:636 \
-v ${AUTH_BACKEND_LDAP_DIR}:/config \ -v ${AUTH_BACKEND_LDAP_DIR}:/config \
osixia/openldap:1.2.1 osixia/openldap:1.5.0
wait_for_message mock-auth-backend-ldap "starting" wait_for_message mock-auth-backend-ldap "starting"
docker exec mock-auth-backend-ldap ldapadd \ docker exec mock-auth-backend-ldap ldapadd \