diff options
author | Chris Evich <cevich@redhat.com> | 2019-04-23 10:25:27 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-04-24 14:25:45 -0400 |
commit | c008cf569cb55570b5b7e03a231ee3a67bfd6aeb (patch) | |
tree | a95858cab5f439e465edba580dbd0df473390fa5 /Dockerfile | |
parent | 6fa72887a786465750e00fbcbf0713893fde4919 (diff) | |
download | podman-c008cf569cb55570b5b7e03a231ee3a67bfd6aeb.tar.gz podman-c008cf569cb55570b5b7e03a231ee3a67bfd6aeb.tar.bz2 podman-c008cf569cb55570b5b7e03a231ee3a67bfd6aeb.zip |
Cirrus: Bump up runc commit
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 83cd3fccd..767e64570 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN apt-get update && apt-get install -y \ && apt-get clean # Install runc -ENV RUNC_COMMIT 96ec2177ae841256168fcf76954f7177af9446eb +ENV RUNC_COMMIT 029124da7af7360afa781a0234d1b083550f797c RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \ |