Skip to content

Commit

Permalink
biliup-rs 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlemoondev authored Oct 23, 2024
1 parent 954a8f7 commit e73dba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit e73dba5

Please sign in to comment.