From 2b8358f58305eae8afd05cf99c1a27ef850ae084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:29:10 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"