[Tests-Only] Use openldap:1.3.0

This commit is contained in:
jasson99
2020-06-16 10:56:56 +05:45
parent b443db2cf3
commit e711c865df

View File

@@ -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',