Dockerfile: bump runc commit

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-09-01 16:25:52 +02:00
parent f3bbd44734
commit 76d41478bf
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -53,7 +53,7 @@ RUN mkdir -p /usr/src/criu \
&& rm -rf /usr/src/criu && rm -rf /usr/src/criu
# Install runc # Install runc
ENV RUNC_COMMIT c5ec25487693612aed95673800863e134785f946 ENV RUNC_COMMIT 84a082bfef6f932de921437815355186db37aeb1
RUN set -x \ RUN set -x \
&& export GOPATH="$(mktemp -d)" \ && export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \ && git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \