Skip to content

Commit

Permalink
feat: upgrade uploader version to avoid overwrite fail
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Jan 27, 2024
1 parent 20a68b7 commit 76ba748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM debian:buster-slim
ARG UPX_VER
ARG UPLOADER_VER
ENV UPX_VER=${UPX_VER:-4.0.0}
ENV UPLOADER_VER=${UPLOADER_VER:-v0.9.1}
ENV UPLOADER_VER=${UPLOADER_VER:-v0.13.0}

RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
curl \
Expand Down

0 comments on commit 76ba748

Please sign in to comment.