Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoupert authored Feb 1, 2024
1 parent 5550943 commit 2b8358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2b8358f

Please sign in to comment.