switch alpine base image

This commit is contained in:
Robert Kaussow
2020-02-11 15:37:37 +01:00
parent 274dfae24b
commit 27803c1484

View File

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