Skip to content

Commit

Permalink
ref: upgrade twine to 5.x (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Mar 21, 2024
1 parent 9dfd561 commit 6572afa
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 @@ -45,7 +45,7 @@ RUN apt-get -qq update \

COPY Gemfile Gemfile.lock ./

RUN python3 -m venv /venv && pip install twine==4.0.2 pkginfo==1.10.0 --no-cache
RUN python3 -m venv /venv && pip install twine==5.0.0 pkginfo==1.10.0 --no-cache

RUN : \
&& . /etc/os-release \
Expand Down

0 comments on commit 6572afa

Please sign in to comment.