Update Dockerfile

This commit is contained in:
David Stotijn
2022-01-26 11:35:47 +01:00
parent 1489cb16bf
commit 73ebb89863
5 changed files with 11 additions and 12 deletions

View File

@ -9,7 +9,7 @@ builds:
- CGO_ENABLED=0
main: ./cmd/hetty
ldflags:
- -s -w -X main.version=v{{.Version}}
- -s -w -X main.version={{.Version}}
goos:
- linux
- windows