From cdce2e30484ddb75813e58a960356224f71004a6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 10:42:06 +0100 Subject: [PATCH] build: less restrictive cargo-chef, cargo-hack and release-plz versions Allow patch version upgrades without intervention. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11148b9..2b3dca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,9 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9. mv cargo-binstall /usr/local/bin/ RUN cargo binstall -y \ - cargo-chef@0.1.67 \ - cargo-hack@0.6.31 \ - release-plz@0.3.80 + cargo-chef@0.1 \ + cargo-hack@0.6 \ + release-plz@0.3 COPY entrypoint.sh /