mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-11 06:15:48 +08:00
missing quote
This commit is contained in:
parent
bfb3bcd4ae
commit
0bc39f10d8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG version
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV GO111MODULE=auto
|
ENV GO111MODULE=auto
|
||||||
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -X 'main.version=$version" -o netmaker main.go
|
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -X 'main.version=$version'" -o netmaker main.go
|
||||||
|
|
||||||
FROM alpine:3.13.6
|
FROM alpine:3.13.6
|
||||||
# add a c lib
|
# add a c lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue