Skip to content
Merged
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
chore: upgrade docker image for darwin to 1.17
Signed-off-by: ankitm123 <[email protected]>
  • Loading branch information
ankitm123 committed Jan 10, 2022
commit 6263b78842c65cfd4db6c8728f9863dd9b767ca9
2 changes: 1 addition & 1 deletion build/thirdparty/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - kubectl (fetch)
# - etcd (fetch)

FROM golang:1.16 as builder
FROM golang:1.17 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
Expand Down