We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c61ae commit a2aba58Copy full SHA for a2aba58
docker/gitops/Dockerfile
@@ -12,7 +12,7 @@ COPY cmd cmd
12
COPY internal internal
13
14
WORKDIR /usr/src/cmd/gitops
15
-RUN go build -o gitops -ldflags="-s -w 'main.version=${GITOPS_VERSION}'" .
+RUN go build -o gitops -ldflags="-s -w -X 'main.version=${GITOPS_VERSION}'" .
16
17
FROM alpine:3.20
18
WORKDIR /usr/bin
0 commit comments