We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0493c7 commit 64923e1Copy full SHA for 64923e1
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 4.3.0
4
+- Parent image is now using Python 3.11 which implements PEP 668, so we have
5
+ to allow PIP to "break system packages".
6
+
7
### 4.2.1
8
- Require all certificate files to have a size greater than zero.
9
docs/dockerhub_tags.md
@@ -17,7 +17,8 @@ are updated.
17
18
| Major | Minor | Patch | Nginx |
19
| ----: | ----: | ----: | :----------------- |
20
-| 4 | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 |
+| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.1 |
21
+| | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 |
22
| | | | 4.2.1-nginx1.23.4 |
23
| | | 4.2.0 | 4.2.0-nginx1.23.4 |
24
| | | | 4.2.0-nginx1.23.3 |
0 commit comments