Bump runc to 1.0.3

Signed-off-by: Frédéric Dalleau <frederic.dalleau@docker.com>
This commit is contained in:
Frédéric Dalleau 2021-12-13 16:22:37 +01:00
parent 36853c74ef
commit 3e38a8c323

View File

@ -12,7 +12,7 @@ RUN \
make \
&& true
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
ENV RUNC_COMMIT=v1.0.2
ENV RUNC_COMMIT=v1.0.3
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \
git clone https://github.com/opencontainers/runc.git