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 \