From e73dba52bb22fa6439e0b294a8664074f79a0624 Mon Sep 17 00:00:00 2001 From: PuzzleMoon <32855965+puzzlemoondev@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:26:48 +0800 Subject: [PATCH] biliup-rs 0.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 481dcb7..0f04c3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$BUILDPLATFORM rust AS source WORKDIR /source -ENV BILIUPRS_VERSION 0.1.21 +ENV BILIUPRS_VERSION 0.2.1 RUN wget https://github.com/biliup/biliup-rs/archive/refs/tags/v${BILIUPRS_VERSION}.tar.gz -O biliuprs.tar.gz && \ tar -xzf biliuprs.tar.gz --strip 1 && \ mkdir .cargo && \