diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | Dockerfile.CentOS | 2 | ||||
-rw-r--r-- | Dockerfile.Fedora | 2 |
3 files changed, 3 insertions, 3 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" \ 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" \ diff --git a/Dockerfile.Fedora b/Dockerfile.Fedora index 3a6975d42..1bbcbdbf7 100644 --- a/Dockerfile.Fedora +++ b/Dockerfile.Fedora @@ -64,7 +64,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" \ |