Skip to content

Commit 34d7f86

Browse files
authored
upgrade ks: fix bug of gc pipelineruns (#994)
1 parent c268f93 commit 34d7f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/dockerfiles/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o devops-tool cmd/tools/main.go
2020

2121
FROM golang:1.17 as downloader
2222
RUN go install github.com/linuxsuren/http-downloader@v0.0.49
23-
RUN http-downloader install kubesphere-sigs/ks@v0.0.70
23+
RUN http-downloader install kubesphere-sigs/ks@v0.0.71
2424

2525

2626
# Use distroless as minimal base image to package the manager binary

0 commit comments

Comments
 (0)