File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ ENV PATH="${PIPX_BIN_DIR}:${PATH}"
3838# pip-latest-release pip pipx poetry pre-commit tox virtualenv
3939# ```
4040#
41- ENV PIP_VERSION="22.1 "
42- ENV PIPX_VERSION="1.0 .0"
43- ENV POETRY_VERSION="1.1.13 "
44- ENV PRE_COMMIT_VERSION="2.19 .0"
45- ENV TOX_VERSION="3.25 .0"
46- ENV VIRTUALENV_VERSION="20.14.1 "
41+ ENV PIP_VERSION="22.2.2 "
42+ ENV PIPX_VERSION="1.1 .0"
43+ ENV POETRY_VERSION="1.2.1 "
44+ ENV PRE_COMMIT_VERSION="2.20 .0"
45+ ENV TOX_VERSION="3.26 .0"
46+ ENV VIRTUALENV_VERSION="20.16.5 "
4747
4848RUN python3 -m pip install --no-cache-dir pip==${PIP_VERSION} pipx==${PIPX_VERSION} virtualenv==${VIRTUALENV_VERSION} \
4949 && python3 -m pipx install --pip-args=--no-cache-dir poetry==${POETRY_VERSION} \
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ FROM playpauseandstop/docker-python:5.3.0
1313
1414### Included dev-tools
1515
16- - [ pip] ( https://pip.pypa.io ) 22.1
17- - [ pipx] ( https://pypa.github.io/pipx/ ) 1.0 .0
18- - [ poetry] ( https://python-poetry.org ) 1.1.13
19- - [ pre-commit] ( https://pre-commit.com ) 2.19 .0
20- - [ tox] ( https://tox.readthedocs.io/ ) 3.25 .0
21- - [ virtualenv] ( https://virtualenv.pypa.io ) 20.14.1
16+ - [ pip] ( https://pip.pypa.io ) 22.2.2
17+ - [ pipx] ( https://pypa.github.io/pipx/ ) 1.1 .0
18+ - [ poetry] ( https://python-poetry.org ) 1.2.1
19+ - [ pre-commit] ( https://pre-commit.com ) 2.20 .0
20+ - [ tox] ( https://tox.readthedocs.io/ ) 3.26 .0
21+ - [ virtualenv] ( https://virtualenv.pypa.io ) 20.16.5
2222- [ curl] ( https://curl.haxx.se ) 7.74.0
2323- [ gcc & g++] ( https://gcc.gnu.org ) 10.2.1
2424- [ git] ( https://git-scm.com ) 2.30.2
You can’t perform that action at this time.
0 commit comments