Skip to content

Commit

Permalink
Merge pull request #335 from LinuxSuRen/bump-tools-version
Browse files Browse the repository at this point in the history
Bump ks cli to v0.0.55
  • Loading branch information
ks-ci-bot authored Oct 29, 2021
2 parents 823458f + 475e6ac commit 25f775a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/dockerfiles/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ COPY pkg/ pkg/
RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o jwt cmd/tools/jwt/jwt_cmd.go

FROM golang:1.16 as downloader
RUN go install github.com/linuxsuren/[email protected].41
RUN http-downloader install kubesphere-sigs/[email protected].52
RUN go install github.com/linuxsuren/[email protected].49
RUN http-downloader install kubesphere-sigs/[email protected].55

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
Expand Down

0 comments on commit 25f775a

Please sign in to comment.