We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6955b8 commit d849c6cCopy full SHA for d849c6c
1 file changed
scripts/services/docker/Dockerfile.git_integration
@@ -7,7 +7,7 @@ FROM golang:1.25-alpine AS go-builder
7
WORKDIR /go/src/software-value
8
9
# Install scc using the official Go toolchain (specific version as per project README)
10
-RUN go install github.com/boyter/scc/v3@v3.5.0
+RUN go install github.com/boyter/scc/v3@v3.7.0
11
12
# Copy Go module files
13
COPY ./services/apps/git_integration/src/crowdgit/services/software_value/go.mod ./
0 commit comments