Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlemoondev committed Oct 23, 2024
1 parent 02cbe51 commit 60933bf
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
Expand Up @@ -11,7 +11,7 @@ RUN wget https://github.com/tickstep/aliyunpan/archive/refs/tags/v${ALIYUNPAN_VE
go build -o /aliyunpan

FROM build-go AS baidupcs-build
ENV BAIDUPCS_VERSION 3.9.5
ENV BAIDUPCS_VERSION 3.9.4
RUN wget https://github.com/qjfoidnh/BaiduPCS-Go/archive/refs/tags/v${BAIDUPCS_VERSION}.tar.gz -O baidupcs.tar.gz && \
tar -xzf baidupcs.tar.gz --strip 1 && \
go build -o /baidupcs
Expand Down

0 comments on commit 60933bf

Please sign in to comment.