Skip to content

Commit 4f1111c

Browse files
committed
Add Python 3.12
1 parent 0a2da88 commit 4f1111c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
ARG version=3.11
1+
ARG version=3.12
22
ARG suffix=""
33

4-
FROM minidocks/base:3.17 AS base_3.10
5-
6-
FROM minidocks/base:3.17-build AS base_3.10-build
7-
84
FROM minidocks/base:3.19 AS base_3.11
95

106
FROM minidocks/base:3.19-build AS base_3.11-build
117

8+
FROM minidocks/base:3.20 AS base_3.12
9+
10+
FROM minidocks/base:3.20-build AS base_3.12-build
11+
1212
FROM base_$version$suffix AS latest
1313
LABEL maintainer="Martin Hasoň <[email protected]>"
1414

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ servers Nginx, which offer direct support for uWSGI’s native uwsgi protocol.
4545
Tags
4646
----
4747

48-
| Tag | Size |
49-
|-----------------|------------------------------------------------------------------------------------------------------------------------|
50-
| latest, 3, 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/latest?style=flat-square&logo=docker&label=size) |
51-
| 3, 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/3?style=flat-square&logo=docker&label=size) |
52-
| 3-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3-packaging?style=flat-square&logo=docker&label=size) |
53-
| 3-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3-build?style=flat-square&logo=docker&label=size) |
54-
| 3-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3-uwsgi?style=flat-square&logo=docker&label=size) |
55-
| 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11?style=flat-square&logo=docker&label=size) |
56-
| 3.11-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-packaging?style=flat-square&logo=docker&label=size) |
57-
| 3.11-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-build?style=flat-square&logo=docker&label=size) |
58-
| 3.11-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-uwsgi?style=flat-square&logo=docker&label=size) |
59-
| 3.10 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10?style=flat-square&logo=docker&label=size) |
60-
| 3.10-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10-packaging?style=flat-square&logo=docker&label=size) |
61-
| 3.10-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10-build?style=flat-square&logo=docker&label=size) |
62-
| 3.10-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10-uwsgi?style=flat-square&logo=docker&label=size) |
48+
| Tag | Size |
49+
|----------------|------------------------------------------------------------------------------------------------------------------------|
50+
| latest, 3, 3.12 | ![](https://img.shields.io/docker/image-size/minidocks/python/latest?style=flat-square&logo=docker&label=size) |
51+
| 3, 3.12 | ![](https://img.shields.io/docker/image-size/minidocks/python/3?style=flat-square&logo=docker&label=size) |
52+
| 3-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3-packaging?style=flat-square&logo=docker&label=size) |
53+
| 3-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3-build?style=flat-square&logo=docker&label=size) |
54+
| 3-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3-uwsgi?style=flat-square&logo=docker&label=size) |
55+
| 3.12 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12?style=flat-square&logo=docker&label=size) |
56+
| 3.12-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12-packaging?style=flat-square&logo=docker&label=size) |
57+
| 3.12-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12-build?style=flat-square&logo=docker&label=size) |
58+
| 3.12-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12-uwsgi?style=flat-square&logo=docker&label=size) |
59+
| 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11?style=flat-square&logo=docker&label=size) |
60+
| 3.11-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-packaging?style=flat-square&logo=docker&label=size) |
61+
| 3.11-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-build?style=flat-square&logo=docker&label=size) |
62+
| 3.11-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-uwsgi?style=flat-square&logo=docker&label=size) |
6363

6464
Related images
6565
--------------

0 commit comments

Comments
 (0)