Skip to content

Commit a35514f

Browse files
authored
Update Dockerfile
1 parent 7d8892a commit a35514f

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
@@ -4,7 +4,7 @@ ENV GOOS=linux \
44
GOARCH=amd64 \
55
CGO_ENABLED=0
66

7-
ARG VERSION=v3.2.0
7+
ARG VERSION=v3.4.0
88
COPY . /scc
99
WORKDIR /scc
1010
RUN go build -ldflags="-s -w" -o /bin/scc

0 commit comments

Comments
 (0)