diff --git a/.drone.star b/.drone.star index 3c34651618..586772722b 100644 --- a/.drone.star +++ b/.drone.star @@ -623,9 +623,9 @@ def website(ctx): 'steps': [ { 'name': 'prepare', - 'image': 'webhippie/alpine', + 'image': 'owncloud/alpine:latest', 'commands': [ - 'apk add make git', + 'apk add make', 'make docs-copy' ], },