File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 4.3.0 (In Development)
2+
3+ - Update ` py39 ` image to Python 3.9.5
4+ - Update ` py38 ` image to Python 3.8.10
5+ - Update tox to 3.23.1
6+ - Update virtualenv to 20.4.6
7+
18# 4.2.0 (2021-05-03)
29
310- Update ` py39 ` image to Python 3.9.4
Original file line number Diff line number Diff line change 11# TODO: Find out whether it possible to use "faster" base Python image
2- FROM python:3.9.4 -slim-buster as python-base
2+ FROM python:3.9.5 -slim-buster as python-base
33
44LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
55LABEL description="Add poetry, pre-commit, and other dev-tools to official Python slim Docker image."
@@ -45,8 +45,8 @@ RUN apt install -y ${ADDITIONAL_APPS} && apt autoremove -y
4545# ```
4646ENV PIP_VERSION "21.1.1"
4747ENV PRE_COMMIT_VERSION "2.12.1"
48- ENV TOX_VERSION "3.23.0 "
49- ENV VIRTUALENV_VERSION "20.4.4 "
48+ ENV TOX_VERSION "3.23.1 "
49+ ENV VIRTUALENV_VERSION "20.4.6 "
5050
5151RUN pip install \
5252 pip==${PIP_VERSION} \
Original file line number Diff line number Diff line change @@ -35,7 +35,13 @@ FROM playpauseandstop/docker-python:4.2.0
3535By default, ` docker-python ` image uses latest stable Python version. But some
3636other versions supported as well.
3737
38- List of supported Python versions are (` <PY_VERSION> ` -> base Docker image):
38+ List of supported Python versions are (` <PY_VERSION> ` -> base Docker image)
39+
40+ #### 4.3.0
41+
42+ - ` py39 ` -> ` python:3.9.5-slim-buster `
43+ - ` py38 ` -> ` python:3.8.10-slim-buster `
44+ - ` py37 ` & ` py36 ` use same base image as in ` 4.2.0 `
3945
4046#### 4.2.0
4147
You can’t perform that action at this time.
0 commit comments