Use alpine base so we get the necessary CA's for SSL to work
This commit is contained in:
parent
f62499f6b5
commit
7399fbc5ff
@ -1,3 +1,3 @@
|
||||
FROM scratch
|
||||
FROM alpine:3.16
|
||||
ENTRYPOINT ["/linkwallet"]
|
||||
COPY linkwallet /
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user