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:
Benjamin Elder
2024-07-01 14:30:17 -07:00
parent 13ba1297c1
commit 22ed0d6975
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.21.10 1.22.4

View File

@@ -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 \