Merge pull request #259 from gravitl/v0.7.3-hotfix-docker-fix

V0.7.3 hotfix docker fix
This commit is contained in:
dcarns 2021-08-25 17:03:46 -04:00 committed by GitHub
commit b8c9224d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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{