diff --git a/.drone.star b/.drone.star index 513c04d58..c83164299 100644 --- a/.drone.star +++ b/.drone.star @@ -1341,10 +1341,10 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]): }, { 'name': 'wait-for-ocis-server', - 'image': 'thegeeklab/wait-for:latest', + 'image': 'owncloudci/wait-for:latest', 'pull': 'always', 'commands': [ - 'wait-for ocis-server:9200 -t 300', + 'wait-for -it ocis-server:9200 -t 300', ], }, ]