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