Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Oct 18, 2023
1 parent 2b202dc commit a340703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ RUN apt-get update -qq && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
git clone --depth 30 https://github.com/orf/gping /opt/gping && \
cd /opt/gping && \
git checkout 36cb94e~1 && \
git checkout fd1eccb && \
cargo install --locked --path ./gping && \
install target/release/gping /usr/local/bin && \
yes | $HOME/.cargo/bin/rustup self uninstall
Expand Down

0 comments on commit a340703

Please sign in to comment.