Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit c4370d5

Browse files
authored
Update Dockerfile
1 parent e80b472 commit c4370d5

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
@@ -7,7 +7,7 @@ RUN go mod download
77
COPY main.go main.go
88
COPY internal/ internal/
99
COPY osm/ osm/
10-
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -ldflags="-w -s -X main.version=$VERSION -X main.gitsha=$GIT_SHA" -a -o meshery-osm main.go
10+
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -ldflags="-w -s -X main.version=$VERSION -X main.gitsha=$GIT_COMMITSHA" -a -o meshery-osm main.go
1111

1212
FROM gcr.io/distroless/base
1313
ENV DISTRO="debian"

0 commit comments

Comments
 (0)