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 c122302 commit 43dcd31Copy full SHA for 43dcd31
_example/simple/Dockerfile
@@ -28,7 +28,7 @@ COPY . /workspace/
28
RUN \
29
go mod init github.com/mattn/sample && \
30
go mod tidy && \
31
- go install -ldflags="-s -w -extldflags \"-static\"" ./simple.go
+ go install -ldflags='-s -w -extldflags "-static"' ./simple.go
32
33
34
# Smoke test
0 commit comments