mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +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:
@@ -1 +1 @@
|
|||||||
1.21.10
|
1.22.4
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
|
|||||||
# stage for building runc
|
# stage for building runc
|
||||||
FROM go-build as build-runc
|
FROM go-build as build-runc
|
||||||
ARG TARGETARCH GO_VERSION
|
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"
|
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
|
||||||
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
|
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
|
||||||
&& cd /runc \
|
&& cd /runc \
|
||||||
|
|||||||
Reference in New Issue
Block a user