From c0c8c4a0d46d1ab05c455445af230878c3ed39b3 Mon Sep 17 00:00:00 2001 From: Louis <contact@louiscap.co> Date: Fri, 8 Jul 2022 01:33:25 +0000 Subject: [PATCH] Use latest Gitlab release of Crunch --- Dockerfile | 7 ++++--- README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85b28be..d631078 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN apt-get update -yqq && \ RUN rustup target add x86_64-pc-windows-gnu -RUN wget https://advent_resources.louiscap.workers.dev/tools/crunch_0.2.0/crunch.linux.x64 && \ - chmod +x crunch.linux.x64 && \ - mv crunch.linux.x64 /usr/local/bin/crunch +RUN wget https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-linux && \ + mv 'crunch?job=build-linux' crunch && \ + chmod +x crunch && \ + mv crunch /usr/local/bin/crunch diff --git a/README.md b/README.md index 1ea5ba6..8ed66e8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Possible tags: Tag | Description ----|------------- -`latest` | Based on Rust nightly, contains crunch 0.2 with pipeline support +`latest` | Based on Rust nightly, contains the latest build of [Crunch](https://lab.lcr.gr/microhacks/crunch) ## Example -- GitLab