Skip to content

Commit

Permalink
Bump k8s release to v1.27.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiawei committed Nov 20, 2023
1 parent 63a6f9a commit d931d0e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG GOLANG_SHA256_S390X=7a75ba4afc7a96058ca65903d994cd862381825d7dca12b2183f087c

ARG CONTAINERREGISTRY_VERSION=v0.16.1
ARG GO_LINT_VERSION=v1.55.2
ARG K8S_VERSION=v1.27.7
ARG K8S_VERSION=v1.27.8
ARG MOCKERY_VERSION=2.36.1

ARG CALICO_CONTROLLER_TOOLS_VERSION=calico-0.1
Expand Down Expand Up @@ -170,13 +170,13 @@ RUN go install github.com/onsi/ginkgo/v2/[email protected] && mv /go/bin/ginkgo /go
go install golang.org/x/tools/cmd/[email protected] && \
go install golang.org/x/tools/cmd/[email protected] && \
go install gotest.tools/[email protected] && \
go install k8s.io/code-generator/cmd/[email protected].7 && \
go install k8s.io/code-generator/cmd/[email protected].7 && \
go install k8s.io/code-generator/cmd/[email protected].7 && \
go install k8s.io/code-generator/cmd/[email protected].7 && \
go install k8s.io/code-generator/cmd/[email protected].7 && \
go install k8s.io/code-generator/cmd/[email protected].7 && \
go install k8s.io/code-generator/cmd/[email protected].7 && \
go install k8s.io/code-generator/cmd/[email protected].8 && \
go install k8s.io/code-generator/cmd/[email protected].8 && \
go install k8s.io/code-generator/cmd/[email protected].8 && \
go install k8s.io/code-generator/cmd/[email protected].8 && \
go install k8s.io/code-generator/cmd/[email protected].8 && \
go install k8s.io/code-generator/cmd/[email protected].8 && \
go install k8s.io/code-generator/cmd/[email protected].8 && \
go clean -modcache && go clean -cache

# Ensure that everything under the GOPATH is writable by everyone
Expand Down

0 comments on commit d931d0e

Please sign in to comment.