From 04350db09f905b90a386293a218f9deb40dba77b Mon Sep 17 00:00:00 2001 From: worker-9 Date: Wed, 25 Aug 2021 17:02:16 -0400 Subject: [PATCH] image now supports sqlite --- Dockerfile | 2 +- netclient/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 34befe38..1261d8a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/netclient/main.go b/netclient/main.go index 79135dc9..a1173d9b 100644 --- a/netclient/main.go +++ b/netclient/main.go @@ -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{