Use alpine base so we get the necessary CA's for SSL to work

This commit is contained in:
2022-05-25 13:33:04 +09:30
parent f62499f6b5
commit 7399fbc5ff
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
"golang.org/x/mod/semver"
)
const Tag = "v0.0.4"
const Tag = "v0.0.5"
var versionInfo struct {
Local struct {