From cb81a50890075754bc10e1a00ab960c769e3e229 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 7 Jul 2020 18:01:28 +0545 Subject: [PATCH] Use latest osixia/openldap in CI --- .drone.star | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.star b/.drone.star index 9ac646c8e..57e8552b0 100644 --- a/.drone.star +++ b/.drone.star @@ -124,14 +124,13 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''): 'services': [ { 'name': 'ldap', - 'image': 'osixia/openldap:1.3.0', + 'image': 'osixia/openldap', 'pull': 'always', 'environment': { 'LDAP_DOMAIN': 'owncloud.com', 'LDAP_ORGANISATION': 'owncloud', 'LDAP_ADMIN_PASSWORD': 'admin', 'LDAP_TLS_VERIFY_CLIENT': 'never', - 'HOSTNAME': 'ldap' }, }, { @@ -335,14 +334,13 @@ def testing(ctx): 'services': [ { 'name': 'ldap', - 'image': 'osixia/openldap:1.3.0', + 'image': 'osixia/openldap', 'pull': 'always', 'environment': { 'LDAP_DOMAIN': 'owncloud.com', 'LDAP_ORGANISATION': 'owncloud', 'LDAP_ADMIN_PASSWORD': 'admin', 'LDAP_TLS_VERIFY_CLIENT': 'never', - 'HOSTNAME': 'ldap' }, }, {