summaryrefslogtreecommitdiff
path: root/Dockerfile.CentOS
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-08 09:56:12 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-08 19:23:41 +0000
commitbb45de5605e263cba6d869eeba5426551c940346 (patch)
treece46c7183999ede9b438a359d33c24dfd11776a2 /Dockerfile.CentOS
parentb01ddc7b0948550f7e3c55812096e63ba5eb7218 (diff)
downloadpodman-bb45de5605e263cba6d869eeba5426551c940346.tar.gz
podman-bb45de5605e263cba6d869eeba5426551c940346.tar.bz2
podman-bb45de5605e263cba6d869eeba5426551c940346.zip
Update Conmon commit for testing
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1232 Approved by: rhatdan
Diffstat (limited to 'Dockerfile.CentOS')
-rw-r--r--Dockerfile.CentOS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS
index 2398245d5..5eea63e68 100644
--- a/Dockerfile.CentOS
+++ b/Dockerfile.CentOS
@@ -62,7 +62,7 @@ RUN set -x \
&& go get github.com/onsi/gomega/...
# Install conmon
-ENV CRIO_COMMIT f9ae39e395880507d52295ca58e3683f22524777
+ENV CRIO_COMMIT 662dbb31b5d4f5ed54511a47cde7190c61c28677
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/kubernetes-incubator/cri-o.git "$GOPATH/src/github.com/kubernetes-incubator/cri-o.git" \