Skip to content

Commit 6a80a03

Browse files
authored
feat: add python 3.10, 3.11, 3.12, 3.13
1 parent 1beacd5 commit 6a80a03

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

images.json

+20
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,26 @@
4949
"toTag": "buster",
5050
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
5151
},
52+
{
53+
"fromImage": "python:3.13",
54+
"toTag": "3.13",
55+
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
56+
},
57+
{
58+
"fromImage": "python:3.12",
59+
"toTag": "3.12",
60+
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
61+
},
62+
{
63+
"fromImage": "python:3.11",
64+
"toTag": "3.11",
65+
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
66+
},
67+
{
68+
"fromImage": "python:3.10",
69+
"toTag": "3.10",
70+
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
71+
},
5272
{
5373
"fromImage": "python:3.9",
5474
"toTag": "3.9",

0 commit comments

Comments
 (0)