Skip to content

Commit 7686425

Browse files
chore: 6.1.0 Release (#71)
`py311` image now uses **stable** Python 3.11.0 version. - Update `py311` image to Python 3.11.0 - Update `py310` image to Python 3.10.8 - Update `py39` image to Python 3.9.15 - Update `py38` image to Python 3.8.15 - Update `py37` image to Python 3.7.15 - Update pip to 22.3 - Update poetry to 1.2.2 - Update virtualenv to 20.16.6
1 parent 55791cb commit 7686425

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 6.1.0 (2022-10-25)
2+
3+
`py311` image now uses **stable** Python 3.11.0 version.
4+
5+
- Update `py311` image to Python 3.11.0
6+
- Update `py310` image to Python 3.10.8
7+
- Update `py39` image to Python 3.9.15
8+
- Update `py38` image to Python 3.8.15
9+
- Update `py37` image to Python 3.7.15
10+
- Update pip to 22.3
11+
- Update poetry to 1.2.2
12+
- Update virtualenv to 20.16.6
13+
114
# 6.0.0 (2022-09-17)
215

316
Update default image to use Python 3.11.0rc2, which hopefully allows image users better prepare to stable 3.11.0 release.

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:6.0.0
11+
FROM playpauseandstop/docker-python:6.1.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+
#### 6.1.0
40+
41+
- `py311` -> `python:3.11.0-slim-bullseye`
42+
- `py310` -> `python:3.10.8-slim-bullseye`
43+
- `py39` -> `python:3.9.15-slim-bullseye`
44+
- `py38` -> `python:3.8.15-slim-bullseye`
45+
- `py37` -> `python:3.7.15-slim-bullseye`
46+
3947
#### 6.0.0
4048

4149
- `py311` -> `python:3.11.0rc2-slim-bullseye`

0 commit comments

Comments
 (0)