diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-10-28 16:15:33 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-10-28 16:15:33 -0400 |
commit | 49e251fc57447f79632ca5ddf37847c86ade2271 (patch) | |
tree | fa02e8b2e5d020ec31f126ac4fe32e58b4cb8227 | |
parent | 9ff66824f31b55d6316778d7adad08210cdf8dc2 (diff) | |
download | podman-49e251fc57447f79632ca5ddf37847c86ade2271.tar.gz podman-49e251fc57447f79632ca5ddf37847c86ade2271.tar.bz2 podman-49e251fc57447f79632ca5ddf37847c86ade2271.zip |
update conmon to v2.0.2 in in_podman image
Signed-off-by: Peter Hunt <pehunt@redhat.com>
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 3c65bf5a8..4b3130245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Install conmon -ENV CONMON_COMMIT 6f3572558b97bc60dd8f8c7f0807748e6ce2c440 +ENV CONMON_COMMIT 65fe0226d85b69fc9e527e376795c9791199153d RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/containers/conmon.git "$GOPATH/src/github.com/containers/conmon.git" \ |