From 284208a23884c217c28a7a63e07d5c4cb2115e97 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 21 Jun 2019 10:55:24 -0400 Subject: Update conmon to include attach socket unlink Signed-off-by: Peter Hunt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 214fbeb34..cc3ee00e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Install conmon -ENV CONMON_COMMIT 8455ce1ef385120deb827d0f0588c04357bad4c4 +ENV CONMON_COMMIT 3e47d8dd45cdd973dbe256292d5e9c0bff195e56 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/containers/conmon.git "$GOPATH/src/github.com/containers/conmon.git" \ -- cgit v1.2.3-54-g00ecf