We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df5f4d commit 53eeb49Copy full SHA for 53eeb49
1 file changed
components/ingress/Dockerfile
@@ -36,7 +36,7 @@ COPY components/ingress/. ./components/ingress
36
37
WORKDIR /build/components/ingress
38
39
-RUN go build \
+RUN CGO_ENABLED=0 go build \
40
-ldflags "-X 'github.com/alibaba/opensandbox/internal/version.Version=${VERSION}' \
41
-X 'github.com/alibaba/opensandbox/internal/version.BuildTime=${BUILD_TIME}' \
42
-X 'github.com/alibaba/opensandbox/internal/version.GitCommit=${GIT_COMMIT}'" \
0 commit comments