Skip to content

Commit

Permalink
upgrade ks: fix bug of gc pipelineruns (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
yudong2015 committed Sep 7, 2023
1 parent c268f93 commit 34d7f86
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/[email protected]
RUN http-downloader install kubesphere-sigs/[email protected].70
RUN http-downloader install kubesphere-sigs/[email protected].71


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

0 comments on commit 34d7f86

Please sign in to comment.