Skip to content

Commit

Permalink
feat: update to kind .20 (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Sturla <robertsturla@outlook.com>
  • Loading branch information
castrojo and p5 committed Jul 15, 2023
1 parent 9e8efc6 commit e1c2dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN /tmp/build.sh && \
COPY --from=cgr.dev/chainguard/kubectl:latest /usr/bin/kubectl /usr/bin/kubectl
COPY --from=cgr.dev/chainguard/cosign:latest /usr/bin/cosign /usr/bin/cosign

RUN curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.17.0/kind-$(uname)-amd64"
RUN curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-$(uname)-amd64"
RUN chmod +x ./kind
RUN mv ./kind /usr/bin/kind

Expand Down

0 comments on commit e1c2dba

Please sign in to comment.