Skip to content

Commit b310292

Browse files
authored
Update Dockerfile
1 parent 9eaa558 commit b310292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.15 as bd
22
ARG VERSION
3-
ARG GIT_SHA
3+
ARG GIT_COMMITSHA
44
WORKDIR /github.com/layer5io/meshery-consul
55
ADD . .
66
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

Comments
 (0)