Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/cloudbuild_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

substitutions:
_KUBERNETES_VERSION: 1.22.1
_KUBERNETES_VERSION: 1.23.1
steps:
- name: "gcr.io/cloud-builders/docker"
args: [
Expand Down
2 changes: 1 addition & 1 deletion build/thirdparty/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM golang:1.16 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.0
ARG ETCD_VERSION=v3.5.1
ARG OS=darwin
ARG ARCH

Expand Down
2 changes: 1 addition & 1 deletion build/thirdparty/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM alpine:3.8 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.0
ARG ETCD_VERSION=v3.5.1
ARG OS=linux
ARG ARCH

Expand Down