We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaa558 commit b310292Copy full SHA for b310292
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.15 as bd
2
ARG VERSION
3
-ARG GIT_SHA
+ARG GIT_COMMITSHA
4
WORKDIR /github.com/layer5io/meshery-consul
5
ADD . .
6
RUN GOPROXY=direct GOSUMDB=off go build -ldflags="-w -s -X main.version=$VERSION -X main.gitsha=$GIT_SHA" -a -o /meshery-consul .
0 commit comments