mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 17:29:15 +08:00
image now supports sqlite
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
|
||||
ENV GO111MODULE=auto
|
||||
|
||||
RUN GOARCH=amd64 CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -o app main.go
|
||||
RUN GOARCH=amd64 CGO_ENABLED=1 GOOS=linux go build -ldflags="-w -s" -o app main.go
|
||||
|
||||
WORKDIR /app/netclient
|
||||
|
||||
|
@@ -17,7 +17,7 @@ func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "Netclient CLI"
|
||||
app.Usage = "Netmaker's netclient agent and CLI. Used to perform interactions with Netmaker server and set local WireGuard config."
|
||||
app.Version = "v0.7.2"
|
||||
app.Version = "v0.7.3"
|
||||
|
||||
cliFlags := []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
|
Reference in New Issue
Block a user