diff --git a/.drone.star b/.drone.star index 1d403e0fc5c..0a78af913a3 100644 --- a/.drone.star +++ b/.drone.star @@ -121,7 +121,7 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''): 'services': [ { 'name': 'ldap', - 'image': 'osixia/openldap', + 'image': 'osixia/openldap:1.3.0', 'pull': 'always', 'environment': { 'LDAP_DOMAIN': 'owncloud.com', @@ -329,7 +329,7 @@ def testing(ctx): 'services': [ { 'name': 'ldap', - 'image': 'osixia/openldap', + 'image': 'osixia/openldap:1.3.0', 'pull': 'always', 'environment': { 'LDAP_DOMAIN': 'owncloud.com',