feat: use proper golang image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-06 09:15:37 +01:00
parent aae6280954
commit 656e125a3f
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ pipeline:
- mkdir -p client/.output/public/ - mkdir -p client/.output/public/
backend: backend:
image: golang:1.18 image: golang:1.18-alpine
commands: commands:
- apk add go-bindata - apk add go-bindata
- make -C server setup - make -C server setup

View File

@ -63,4 +63,5 @@ clean:
reset-data: reset-data:
rm -rf server/data/ rm -rf server/data/
git checkout server/data/ git checkout server/data/