diff --git a/pkg/pipelines/golang-bin.go b/pkg/pipelines/golang-bin.go index 91bfe42..c16e9aa 100644 --- a/pkg/pipelines/golang-bin.go +++ b/pkg/pipelines/golang-bin.go @@ -73,7 +73,7 @@ func (p *Pipeline) WithGolangBin(opts *GolangBinOpts) *Pipeline { byg.Step{ Execute: func(_ byg.Context) error { if opts.BaseImage == "" { - opts.BaseImage = "harbor.server.kjuulh.io/docker-proxy/library/busybox" + opts.BaseImage = "harbor.server.kjuulh.io/docker-proxy/library/golang" } binpath := "/usr/bin"