Skip to content

Commit a609835

Browse files
committed
Fix missing quote
1 parent 955b6db commit a609835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN go mod download
1414
COPY . .
1515

1616
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
17-
-ldflags="-w -s -extldflags '-static' -X main.version=${VERSION} \
17+
-ldflags="-w -s -extldflags '-static' -X main.version=${VERSION}" \
1818
-a -installsuffix cgo \
1919
-o bin/ctrl-hub-mcp-server \
2020
cmd/server/main.go

0 commit comments

Comments
 (0)