summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-10-30 04:21:39 -0700
committerGitHub <noreply@github.com>2018-10-30 04:21:39 -0700
commit24d4f114ea180ffae63c8a9a92049e4b873f6f5c (patch)
tree88b227c2baf973dd78a830a99b6c300a49346b82 /Dockerfile
parentd5b600171d32a20a61d604219c1c230bc0b49343 (diff)
parent8126eb8a3951037871f1e11aafd7f185a7f1e6a9 (diff)
downloadpodman-24d4f114ea180ffae63c8a9a92049e4b873f6f5c.tar.gz
podman-24d4f114ea180ffae63c8a9a92049e4b873f6f5c.tar.bz2
podman-24d4f114ea180ffae63c8a9a92049e4b873f6f5c.zip
Merge pull request #1725 from cevich/newer_runc_commit
Use newer runc commit in VM images
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 62be638f2..70d1a7629 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,7 +52,7 @@ ADD . /go/src/github.com/containers/libpod
RUN set -x && cd /go/src/github.com/containers/libpod && make install.libseccomp.sudo
# Install runc
-ENV RUNC_COMMIT ad0f5255060d36872be04de22f8731f38ef2d7b1
+ENV RUNC_COMMIT 78ef28e63bec2ee4c139b5e3e0d691eb9bdc748d
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \