We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c268f93 commit 34d7f86Copy full SHA for 34d7f86
1 file changed
config/dockerfiles/tools/Dockerfile
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o devops-tool cmd/tools/main.go
20
21
FROM golang:1.17 as downloader
22
RUN go install github.com/linuxsuren/http-downloader@v0.0.49
23
-RUN http-downloader install kubesphere-sigs/ks@v0.0.70
+RUN http-downloader install kubesphere-sigs/ks@v0.0.71
24
25
26
# Use distroless as minimal base image to package the manager binary
0 commit comments