From a35514f7e50c446f5dca73a1a5ec5b07631fc4be Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Wed, 2 Oct 2024 08:03:29 +1000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd5d1771c..170c6c07f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV GOOS=linux \ GOARCH=amd64 \ CGO_ENABLED=0 -ARG VERSION=v3.2.0 +ARG VERSION=v3.4.0 COPY . /scc WORKDIR /scc RUN go build -ldflags="-s -w" -o /bin/scc