diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-08 09:56:12 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-08 19:23:41 +0000 |
commit | bb45de5605e263cba6d869eeba5426551c940346 (patch) | |
tree | ce46c7183999ede9b438a359d33c24dfd11776a2 /Dockerfile | |
parent | b01ddc7b0948550f7e3c55812096e63ba5eb7218 (diff) | |
download | podman-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')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index b9f1f1fc6..fcbf44296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN set -x \ && rm -rf "$GOPATH" # 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" \ |