mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
update go / runc to go 1.22 / 1.1.13
now that runc 1.1.13 supports latest go: NOTE must be 1.22.4+ https://github.com/opencontainers/runc/releases/tag/v1.1.13
This commit is contained in:
@@ -140,7 +140,7 @@ RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
|
||||
# stage for building runc
|
||||
FROM go-build as build-runc
|
||||
ARG TARGETARCH GO_VERSION
|
||||
ARG RUNC_VERSION="v1.1.12"
|
||||
ARG RUNC_VERSION="v1.1.13"
|
||||
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
|
||||
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
|
||||
&& cd /runc \
|
||||
|
||||
Reference in New Issue
Block a user