From 6572afa0e5b145a755b82409412f22bda4962981 Mon Sep 17 00:00:00 2001 From: anthony sottile <103459774+asottile-sentry@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:08:32 -0400 Subject: [PATCH] ref: upgrade twine to 5.x (#528) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be7f18bb..331053d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \