Skip to content

Commit

Permalink
Merge pull request #579 from owncloud/ldapIssue
Browse files Browse the repository at this point in the history
[Tests-Only] Use openldap:1.3.0
  • Loading branch information
phil-davis authored Jun 16, 2020
2 parents 996159b + 603e791 commit 8c91966
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .drone.starlark
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ def ldapService(ldapNeeded):
if ldapNeeded:
return [{
'name': 'ldap',
'image': 'osixia/openldap',
'image': 'osixia/openldap:1.3.0',
'pull': 'always',
'environment': {
'LDAP_DOMAIN': 'owncloud.com',
Expand Down
Loading

0 comments on commit 8c91966

Please sign in to comment.