Skip to content

Commit 43dcd31

Browse files
committed
Update _example/simple/Dockerfile
1 parent c122302 commit 43dcd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/simple/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY . /workspace/
2828
RUN \
2929
go mod init github.com/mattn/sample && \
3030
go mod tidy && \
31-
go install -ldflags="-s -w -extldflags \"-static\"" ./simple.go
31+
go install -ldflags='-s -w -extldflags "-static"' ./simple.go
3232

3333
RUN \
3434
# Smoke test

0 commit comments

Comments
 (0)