mirror of
https://github.com/containers/podman.git
synced 2025-05-31 07:27:13 +08:00
update conmon to v2.0.2 in in_podman image
Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
@ -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" \
|
||||
|
Reference in New Issue
Block a user