Skip to content

Commit

Permalink
upgrade ks: fix bug of gc pipelineruns (#1014)
Browse files Browse the repository at this point in the history
Co-authored-by: jackyu <jackyu@yunify.com>
  • Loading branch information
ks-ci-bot and yudong2015 authored Oct 24, 2023
1 parent 5fd85a3 commit 6afb8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dockerfiles/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o devops-tool cmd/tools/main.go

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


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

0 comments on commit 6afb8d9

Please sign in to comment.