From 2b202dc3e4c7d3995b352e73f1db3afc7cbd93f5 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Mon, 16 Oct 2023 17:35:56 +1100 Subject: [PATCH] pin-version --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6a03820..43fcbb4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -217,8 +217,9 @@ RUN git clone --depth 1 https://github.com/xxxserxxx/gotop /opt/gotop && \ RUN apt-get update -qq && \ apt-get install -qq cargo && \ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \ - git clone --depth 1 https://github.com/orf/gping /opt/gping && \ + git clone --depth 30 https://github.com/orf/gping /opt/gping && \ cd /opt/gping && \ + git checkout 36cb94e~1 && \ cargo install --locked --path ./gping && \ install target/release/gping /usr/local/bin && \ yes | $HOME/.cargo/bin/rustup self uninstall