Skip to content

Commit aa02864

Browse files
chore: 5.3.0 Release (#47)
- Update `py310` image to Python 3.10.4 - Update `py39` image to Python 3.9.12 - Update `py38` image to Python 3.8.13 - Update `py37` image to Python 3.7.13 - Update pip to 22.1 - Update pre-commit to 2.19.0 - Update tox to 3.25.0 - Update virtualenv to 20.14.1
1 parent 59d5d6f commit aa02864

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/workflows/release_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
BADABUMP_VERSION: "21.3.3"
13-
PYTHON_VERSION: "3.10.2"
13+
PYTHON_VERSION: "3.10.4"
1414
PYTHONUNBUFFERED: "1"
1515

1616
jobs:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 5.3.0 (2022-05-12)
2+
3+
- Update `py310` image to Python 3.10.4
4+
- Update `py39` image to Python 3.9.12
5+
- Update `py38` image to Python 3.8.13
6+
- Update `py37` image to Python 3.7.13
7+
- Update pip to 22.1
8+
- Update pre-commit to 2.19.0
9+
- Update tox to 3.25.0
10+
- Update virtualenv to 20.14.1
11+
112
# 5.2.0 (2022-02-16)
213

314
- **BREAKING CHANGE:** Do not install `pipx` into user site-packages, install it into the system site-packages and configure to use `/opt/pipx` for venvs and binaries

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add poetry, pre-commit and tox installed via pipx as well as other system dev to
88
## Usage
99

1010
```dockerfile
11-
FROM playpauseandstop/docker-python:5.2.0
11+
FROM playpauseandstop/docker-python:5.3.0
1212
```
1313

1414
### Included dev-tools
@@ -36,6 +36,14 @@ By default, `docker-python` image uses latest stable Python version. But some ot
3636

3737
List of supported Python versions are (`<PY_VERSION>` -> base Docker image)
3838

39+
#### 5.3.0
40+
41+
- `py310` -> `python:3.10.4-slim-bullseye`
42+
- `py39` -> `python:3.9.12-slim-bullseye`
43+
- `py38` -> `python:3.8.13-slum-bullseye`
44+
- `py37` -> `python:3.7.13-slum-bullseye`
45+
- `py36` uses same base image as in `5.0.0`
46+
3947
#### 5.2.0
4048

4149
- `py310` -> `python:3.10.2-slim-bullseye`

0 commit comments

Comments
 (0)