diff --git a/_example/simple/Dockerfile b/_example/simple/Dockerfile index 2a5b472..58f5ffd 100644 --- a/_example/simple/Dockerfile +++ b/_example/simple/Dockerfile @@ -28,7 +28,7 @@ COPY . /workspace/ RUN \ go mod init github.com/mattn/sample && \ go mod tidy && \ - go install -ldflags="-s -w -extldflags \"-static\"" ./simple.go + go install -ldflags='-s -w -extldflags "-static"' ./simple.go RUN \ # Smoke test