switch to owncloud alpine image

This commit is contained in:
Robert Kaussow
2020-02-11 15:50:05 +01:00
parent 27803c1484
commit 9c19a19e7a

View File

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