From 6c209758202fa713a9a465bb9449441fa360d58d Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 1 Feb 2023 22:45:11 +0100 Subject: [PATCH] put the quotes somewhere else idk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b611beb..bb82a5f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY . . COPY --from=frontend /statping/dist/ ./source/dist/ RUN go install github.com/GeertJohan/go.rice/rice@latest RUN cd source && rice embed-go -RUN go build -a -ldflags "-s -w -extldflags -static -X main.VERSION="${VERSION}" -X main.COMMIT=${COMMIT}" -o statping --tags "netgo linux" ./cmd +RUN go build -a -ldflags "-s -w -extldflags -static -X "main.VERSION=${VERSION}" -X main.COMMIT=${COMMIT}" -o statping --tags "netgo linux" ./cmd RUN chmod a+x statping && mv statping /go/bin/statping # /go/bin/statping - statping binary # /root/sassc/bin/sassc - sass binary