diff --git a/Dockerfile b/Dockerfile index 25e9c582a..d96603d36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ GOARCH=amd64 \ CGO_ENABLED=0 ARG VERSION=v3.2.0 -RUN git clone --branch $VERSION --depth 1 https://github.com/boyter/scc +COPY ./ . WORKDIR /go/scc RUN go build -ldflags="-s -w"