Skip to content

Commit cbd1ce9

Browse files
committed
🗃 Updated python/node versions [skip ci]
1 parent 530c0cc commit cbd1ce9

2 files changed

Lines changed: 62 additions & 62 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Pulls](https://img.shields.io/docker/pulls/nikolaik/python-nodejs.svg?style=flat-square)](https://hub.docker.com/r/nikolaik/python-nodejs/)
44
[![CircleCI](https://img.shields.io/circleci/project/github/nikolaik/docker-python-nodejs.svg?style=flat-square)](https://circleci.com/gh/nikolaik/docker-python-nodejs)
55

6-
Last updated by bot: 2025-08-15
6+
Last updated by bot: 2025-08-16
77

88
The `latest` tag is currently:
99

@@ -24,18 +24,18 @@ To use a specific combination of Python and Node.js see the following table of a
2424

2525
Tag | Python version | Node.js version | Distro
2626
--- | --- | --- | ---
27-
`python3.13-nodejs24` | 3.13.6 | 24.6.0 | bookworm
27+
`python3.13-nodejs24` | 3.13.7 | 24.6.0 | bookworm
28+
`python3.13-nodejs24-slim` | 3.13.7 | 24.6.0 | slim
29+
`python3.13-nodejs24-alpine` | 3.13.7 | 24.6.0 | alpine
30+
`python3.13-nodejs22` | 3.13.7 | 22.18.0 | bookworm
31+
`python3.13-nodejs22-slim` | 3.13.7 | 22.18.0 | slim
32+
`python3.13-nodejs22-alpine` | 3.13.7 | 22.18.0 | alpine
33+
`python3.13-nodejs20` | 3.13.7 | 20.19.4 | bookworm
34+
`python3.13-nodejs20-slim` | 3.13.7 | 20.19.4 | slim
35+
`python3.13-nodejs20-alpine` | 3.13.7 | 20.19.4 | alpine
2836
`python3.13-nodejs24-bullseye` | 3.13.6 | 24.6.0 | bullseye
29-
`python3.13-nodejs24-slim` | 3.13.6 | 24.6.0 | slim
30-
`python3.13-nodejs24-alpine` | 3.13.6 | 24.6.0 | alpine
31-
`python3.13-nodejs22` | 3.13.6 | 22.18.0 | bookworm
3237
`python3.13-nodejs22-bullseye` | 3.13.6 | 22.18.0 | bullseye
33-
`python3.13-nodejs22-slim` | 3.13.6 | 22.18.0 | slim
34-
`python3.13-nodejs22-alpine` | 3.13.6 | 22.18.0 | alpine
35-
`python3.13-nodejs20` | 3.13.6 | 20.19.4 | bookworm
3638
`python3.13-nodejs20-bullseye` | 3.13.6 | 20.19.4 | bullseye
37-
`python3.13-nodejs20-slim` | 3.13.6 | 20.19.4 | slim
38-
`python3.13-nodejs20-alpine` | 3.13.6 | 20.19.4 | alpine
3939
`python3.12-nodejs24` | 3.12.11 | 24.6.0 | bookworm
4040
`python3.12-nodejs24-bullseye` | 3.12.11 | 24.6.0 | bullseye
4141
`python3.12-nodejs24-slim` | 3.12.11 | 24.6.0 | slim

versions.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"key": "python3.13-nodejs24",
55
"python": "3.13",
6-
"python_canonical": "3.13.6",
7-
"python_image": "3.13.6-bookworm",
6+
"python_canonical": "3.13.7",
7+
"python_image": "3.13.7-bookworm",
88
"nodejs": "24",
99
"nodejs_canonical": "24.6.0",
1010
"distro": "bookworm",
@@ -13,24 +13,11 @@
1313
"linux/arm64"
1414
]
1515
},
16-
{
17-
"key": "python3.13-nodejs24-bullseye",
18-
"python": "3.13",
19-
"python_canonical": "3.13.6",
20-
"python_image": "3.13.6-bullseye",
21-
"nodejs": "24",
22-
"nodejs_canonical": "24.6.0",
23-
"distro": "bullseye",
24-
"platforms": [
25-
"linux/amd64",
26-
"linux/arm64"
27-
]
28-
},
2916
{
3017
"key": "python3.13-nodejs24-slim",
3118
"python": "3.13",
32-
"python_canonical": "3.13.6",
33-
"python_image": "3.13.6-slim",
19+
"python_canonical": "3.13.7",
20+
"python_image": "3.13.7-slim",
3421
"nodejs": "24",
3522
"nodejs_canonical": "24.6.0",
3623
"distro": "slim",
@@ -42,8 +29,8 @@
4229
{
4330
"key": "python3.13-nodejs24-alpine",
4431
"python": "3.13",
45-
"python_canonical": "3.13.6",
46-
"python_image": "3.13.6-alpine",
32+
"python_canonical": "3.13.7",
33+
"python_image": "3.13.7-alpine",
4734
"nodejs": "24",
4835
"nodejs_canonical": "24.6.0",
4936
"distro": "alpine",
@@ -54,8 +41,8 @@
5441
{
5542
"key": "python3.13-nodejs22",
5643
"python": "3.13",
57-
"python_canonical": "3.13.6",
58-
"python_image": "3.13.6-bookworm",
44+
"python_canonical": "3.13.7",
45+
"python_image": "3.13.7-bookworm",
5946
"nodejs": "22",
6047
"nodejs_canonical": "22.18.0",
6148
"distro": "bookworm",
@@ -64,24 +51,11 @@
6451
"linux/arm64"
6552
]
6653
},
67-
{
68-
"key": "python3.13-nodejs22-bullseye",
69-
"python": "3.13",
70-
"python_canonical": "3.13.6",
71-
"python_image": "3.13.6-bullseye",
72-
"nodejs": "22",
73-
"nodejs_canonical": "22.18.0",
74-
"distro": "bullseye",
75-
"platforms": [
76-
"linux/amd64",
77-
"linux/arm64"
78-
]
79-
},
8054
{
8155
"key": "python3.13-nodejs22-slim",
8256
"python": "3.13",
83-
"python_canonical": "3.13.6",
84-
"python_image": "3.13.6-slim",
57+
"python_canonical": "3.13.7",
58+
"python_image": "3.13.7-slim",
8559
"nodejs": "22",
8660
"nodejs_canonical": "22.18.0",
8761
"distro": "slim",
@@ -93,8 +67,8 @@
9367
{
9468
"key": "python3.13-nodejs22-alpine",
9569
"python": "3.13",
96-
"python_canonical": "3.13.6",
97-
"python_image": "3.13.6-alpine",
70+
"python_canonical": "3.13.7",
71+
"python_image": "3.13.7-alpine",
9872
"nodejs": "22",
9973
"nodejs_canonical": "22.18.0",
10074
"distro": "alpine",
@@ -105,8 +79,8 @@
10579
{
10680
"key": "python3.13-nodejs20",
10781
"python": "3.13",
108-
"python_canonical": "3.13.6",
109-
"python_image": "3.13.6-bookworm",
82+
"python_canonical": "3.13.7",
83+
"python_image": "3.13.7-bookworm",
11084
"nodejs": "20",
11185
"nodejs_canonical": "20.19.4",
11286
"distro": "bookworm",
@@ -116,41 +90,67 @@
11690
]
11791
},
11892
{
119-
"key": "python3.13-nodejs20-bullseye",
93+
"key": "python3.13-nodejs20-slim",
12094
"python": "3.13",
121-
"python_canonical": "3.13.6",
122-
"python_image": "3.13.6-bullseye",
95+
"python_canonical": "3.13.7",
96+
"python_image": "3.13.7-slim",
12397
"nodejs": "20",
12498
"nodejs_canonical": "20.19.4",
125-
"distro": "bullseye",
99+
"distro": "slim",
126100
"platforms": [
127101
"linux/amd64",
128102
"linux/arm64"
129103
]
130104
},
131105
{
132-
"key": "python3.13-nodejs20-slim",
106+
"key": "python3.13-nodejs20-alpine",
133107
"python": "3.13",
134-
"python_canonical": "3.13.6",
135-
"python_image": "3.13.6-slim",
108+
"python_canonical": "3.13.7",
109+
"python_image": "3.13.7-alpine",
136110
"nodejs": "20",
137111
"nodejs_canonical": "20.19.4",
138-
"distro": "slim",
112+
"distro": "alpine",
113+
"platforms": [
114+
"linux/amd64"
115+
]
116+
},
117+
{
118+
"key": "python3.13-nodejs24-bullseye",
119+
"python": "3.13",
120+
"python_canonical": "3.13.6",
121+
"python_image": "3.13.6-bullseye",
122+
"nodejs": "24",
123+
"nodejs_canonical": "24.6.0",
124+
"distro": "bullseye",
139125
"platforms": [
140126
"linux/amd64",
141127
"linux/arm64"
142128
]
143129
},
144130
{
145-
"key": "python3.13-nodejs20-alpine",
131+
"key": "python3.13-nodejs22-bullseye",
146132
"python": "3.13",
147133
"python_canonical": "3.13.6",
148-
"python_image": "3.13.6-alpine",
134+
"python_image": "3.13.6-bullseye",
135+
"nodejs": "22",
136+
"nodejs_canonical": "22.18.0",
137+
"distro": "bullseye",
138+
"platforms": [
139+
"linux/amd64",
140+
"linux/arm64"
141+
]
142+
},
143+
{
144+
"key": "python3.13-nodejs20-bullseye",
145+
"python": "3.13",
146+
"python_canonical": "3.13.6",
147+
"python_image": "3.13.6-bullseye",
149148
"nodejs": "20",
150149
"nodejs_canonical": "20.19.4",
151-
"distro": "alpine",
150+
"distro": "bullseye",
152151
"platforms": [
153-
"linux/amd64"
152+
"linux/amd64",
153+
"linux/arm64"
154154
]
155155
},
156156
{

0 commit comments

Comments
 (0)