summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-06-28 12:27:23 -0400
committerPeter Hunt <pehunt@redhat.com>2019-07-22 13:20:51 -0400
commit0671dca90de97be983f13a0a5e714f825013eae4 (patch)
tree1a05eb48f340c44bb003ad44ba11891121f84d87 /Dockerfile
parentab7b47ca60da11f9e24688cfe2ae3d00eb123471 (diff)
downloadpodman-0671dca90de97be983f13a0a5e714f825013eae4.tar.gz
podman-0671dca90de97be983f13a0a5e714f825013eae4.tar.bz2
podman-0671dca90de97be983f13a0a5e714f825013eae4.zip
bump conmon to 1.0.0-rc2
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cc3ee00e0..ca7807fa1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,7 +56,7 @@ RUN set -x \
&& rm -rf "$GOPATH"
# Install conmon
-ENV CONMON_COMMIT 3e47d8dd45cdd973dbe256292d5e9c0bff195e56
+ENV CONMON_COMMIT 6f3572558b97bc60dd8f8c7f0807748e6ce2c440
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/containers/conmon.git "$GOPATH/src/github.com/containers/conmon.git" \