Skip to content

Commit

Permalink
update runc (v1.2.0-rc.2-48-ga41b62a5)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Aug 23, 2024
1 parent 31d1a2e commit 7c50bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Basic deps
ARG CONTAINERD_VERSION=v2.0.0-rc.3
ARG RUNC_VERSION=v1.1.13
ARG RUNC_VERSION=a41b62a5e121d0e609ff71c4b78398a699d644fd
ARG CNI_PLUGINS_VERSION=v1.5.1

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

FROM build-base-debian AS build-bypass4netns
Expand Down

0 comments on commit 7c50bad

Please sign in to comment.