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 5e90d6b7b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM scratch FROM alpine:3.16
ENTRYPOINT ["/linkwallet"] ENTRYPOINT ["/linkwallet"]
COPY linkwallet / COPY linkwallet /
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"golang.org/x/mod/semver" "golang.org/x/mod/semver"
) )
const Tag = "v0.0.4" const Tag = "v0.0.5"
var versionInfo struct { var versionInfo struct {
Local struct { Local struct {