Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ ENV PATH="${PIPX_BIN_DIR}:${PATH}"
# pip-latest-release pip pipx poetry pre-commit tox virtualenv
# ```
#
ENV PIP_VERSION="22.0.3"
ENV PIP_VERSION="22.0.4"
ENV PIPX_VERSION="1.0.0"
ENV POETRY_VERSION="1.1.13"
ENV PRE_COMMIT_VERSION="2.17.0"
ENV TOX_VERSION="3.24.5"
ENV VIRTUALENV_VERSION="20.13.1"
ENV VIRTUALENV_VERSION="20.13.4"

RUN python3 -m pip install --no-cache-dir pip==${PIP_VERSION} pipx==${PIPX_VERSION} virtualenv==${VIRTUALENV_VERSION} \
&& python3 -m pipx install --pip-args=--no-cache-dir poetry==${POETRY_VERSION} \
Expand Down