summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-10-28 16:15:33 -0400
committerPeter Hunt <pehunt@redhat.com>2019-10-28 16:15:33 -0400
commit49e251fc57447f79632ca5ddf37847c86ade2271 (patch)
treefa02e8b2e5d020ec31f126ac4fe32e58b4cb8227
parent9ff66824f31b55d6316778d7adad08210cdf8dc2 (diff)
downloadpodman-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--Dockerfile2
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" \