Skip to content

Commit 92986f2

Browse files
committed
update runc (v1.2.0-rc.2-48-ga41b62a5)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 04a9536 commit 92986f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Basic deps
2121
ARG CONTAINERD_VERSION=v2.0.0-rc.3
22-
ARG RUNC_VERSION=v1.1.13
22+
ARG RUNC_VERSION=a41b62a5e121d0e609ff71c4b78398a699d644fd
2323
ARG CNI_PLUGINS_VERSION=v1.5.1
2424

2525
# Extra deps: Build
@@ -90,7 +90,7 @@ WORKDIR /go/src/github.com/opencontainers/runc
9090
RUN git checkout ${RUNC_VERSION} && \
9191
mkdir -p /out
9292
ENV CGO_ENABLED=1
93-
RUN GO=xx-go make static && \
93+
RUN GO=xx-go CC=$(xx-info)-gcc STRIP=$(xx-info)-strip make static && \
9494
xx-verify --static runc && cp -v -a runc /out/runc.${TARGETARCH}
9595

9696
FROM build-base-debian AS build-bypass4netns

0 commit comments

Comments
 (0)