change image

This commit is contained in:
Martin Thielecke 2022-05-20 19:01:54 +02:00
parent 04f5375bc4
commit 462c02c7c5
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -2,7 +2,7 @@ kind: pipeline
name: default
steps:
- name: create dist
image: golang:latest-alpine
image: golang:latest
commands:
- apk update
- apk add zip