Skip to content

Commit 9b67e37

Browse files
committed
🗃 Updated python/node versions [skip ci]
1 parent 02e6af7 commit 9b67e37

2 files changed

Lines changed: 66 additions & 66 deletions

File tree

README.md

Lines changed: 18 additions & 18 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: 2026-05-08
6+
Last updated by bot: 2026-05-12
77

88
The `latest` tag is currently:
99

@@ -24,22 +24,22 @@ 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.14-nodejs26` | 3.14.4 | 26.1.0 | trixie
28-
`python3.14-nodejs26-bookworm` | 3.14.4 | 26.1.0 | bookworm
29-
`python3.14-nodejs26-slim` | 3.14.4 | 26.1.0 | slim
30-
`python3.14-nodejs26-alpine` | 3.14.4 | 26.1.0 | alpine
31-
`python3.14-nodejs25` | 3.14.4 | 25.9.0 | trixie
32-
`python3.14-nodejs25-bookworm` | 3.14.4 | 25.9.0 | bookworm
33-
`python3.14-nodejs25-slim` | 3.14.4 | 25.9.0 | slim
34-
`python3.14-nodejs25-alpine` | 3.14.4 | 25.9.0 | alpine
35-
`python3.14-nodejs24` | 3.14.4 | 24.15.0 | trixie
36-
`python3.14-nodejs24-bookworm` | 3.14.4 | 24.15.0 | bookworm
37-
`python3.14-nodejs24-slim` | 3.14.4 | 24.15.0 | slim
38-
`python3.14-nodejs24-alpine` | 3.14.4 | 24.15.0 | alpine
39-
`python3.14-nodejs22` | 3.14.4 | 22.22.2 | trixie
40-
`python3.14-nodejs22-bookworm` | 3.14.4 | 22.22.2 | bookworm
41-
`python3.14-nodejs22-slim` | 3.14.4 | 22.22.2 | slim
42-
`python3.14-nodejs22-alpine` | 3.14.4 | 22.22.2 | alpine
27+
`python3.14-nodejs26` | 3.14.5 | 26.1.0 | trixie
28+
`python3.14-nodejs26-bookworm` | 3.14.5 | 26.1.0 | bookworm
29+
`python3.14-nodejs26-slim` | 3.14.5 | 26.1.0 | slim
30+
`python3.14-nodejs26-alpine` | 3.14.5 | 26.1.0 | alpine
31+
`python3.14-nodejs25` | 3.14.5 | 25.9.0 | trixie
32+
`python3.14-nodejs25-bookworm` | 3.14.5 | 25.9.0 | bookworm
33+
`python3.14-nodejs25-slim` | 3.14.5 | 25.9.0 | slim
34+
`python3.14-nodejs25-alpine` | 3.14.5 | 25.9.0 | alpine
35+
`python3.14-nodejs24` | 3.14.5 | 24.15.0 | trixie
36+
`python3.14-nodejs24-bookworm` | 3.14.5 | 24.15.0 | bookworm
37+
`python3.14-nodejs24-slim` | 3.14.5 | 24.15.0 | slim
38+
`python3.14-nodejs24-alpine` | 3.14.5 | 24.15.0 | alpine
39+
`python3.14-nodejs22` | 3.14.5 | 22.22.2 | trixie
40+
`python3.14-nodejs22-bookworm` | 3.14.5 | 22.22.2 | bookworm
41+
`python3.14-nodejs22-slim` | 3.14.5 | 22.22.2 | slim
42+
`python3.14-nodejs22-alpine` | 3.14.5 | 22.22.2 | alpine
4343
`python3.13-nodejs26` | 3.13.13 | 26.1.0 | trixie
4444
`python3.13-nodejs26-bookworm` | 3.13.13 | 26.1.0 | bookworm
4545
`python3.13-nodejs26-slim` | 3.13.13 | 26.1.0 | slim
@@ -125,7 +125,7 @@ Python version | Start | End
125125

126126
Node.js version | Start | End
127127
--- | --- | ---
128-
v26 | 2026-04-22 | 2029-04-30
128+
v26 | 2026-05-05 | 2029-04-30
129129
v25 | 2025-10-15 | 2026-06-01
130130
v24 | 2025-05-06 | 2028-04-30
131131
v22 | 2024-04-24 | 2027-04-30

versions.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,222 +3,222 @@
33
{
44
"key": "python3.14-nodejs26",
55
"python": "3.14",
6-
"python_canonical": "3.14.4",
7-
"python_image": "3.14.4-trixie",
6+
"python_canonical": "3.14.5",
7+
"python_image": "3.14.5-trixie",
88
"nodejs": "26",
99
"nodejs_canonical": "26.1.0",
1010
"distro": "trixie",
1111
"platforms": [
1212
"linux/amd64",
1313
"linux/arm64"
1414
],
15-
"digest": "sha256:932c746a069802bc77f64193277b5997583f6129e722196e9f829eadf7a1df9e"
15+
"digest": "sha256:04c416064fcbd795f45612cecb4ee8fd0fdd1afbbdb48f2b7391ddb194e6c6ed"
1616
},
1717
{
1818
"key": "python3.14-nodejs26-bookworm",
1919
"python": "3.14",
20-
"python_canonical": "3.14.4",
21-
"python_image": "3.14.4-bookworm",
20+
"python_canonical": "3.14.5",
21+
"python_image": "3.14.5-bookworm",
2222
"nodejs": "26",
2323
"nodejs_canonical": "26.1.0",
2424
"distro": "bookworm",
2525
"platforms": [
2626
"linux/amd64",
2727
"linux/arm64"
2828
],
29-
"digest": "sha256:e4c76a22e59228442a033323a9edb00f856c1f3d4a6c51b04fbccd329d8ce7d1"
29+
"digest": "sha256:fd4c7698fb2ce2ddcda64ef5814eab2baf3c4718e00d0d16b77d54dfe11dd36b"
3030
},
3131
{
3232
"key": "python3.14-nodejs26-slim",
3333
"python": "3.14",
34-
"python_canonical": "3.14.4",
35-
"python_image": "3.14.4-slim",
34+
"python_canonical": "3.14.5",
35+
"python_image": "3.14.5-slim",
3636
"nodejs": "26",
3737
"nodejs_canonical": "26.1.0",
3838
"distro": "slim",
3939
"platforms": [
4040
"linux/amd64",
4141
"linux/arm64"
4242
],
43-
"digest": "sha256:5df219cdeb0459782a3dc9f5cee56a189211d12b05852943b83fdb52c4cd4221"
43+
"digest": "sha256:35056503079b2438f82fe2fe8462021197957c97de78516b9f2cb83f904a8424"
4444
},
4545
{
4646
"key": "python3.14-nodejs26-alpine",
4747
"python": "3.14",
48-
"python_canonical": "3.14.4",
49-
"python_image": "3.14.4-alpine",
48+
"python_canonical": "3.14.5",
49+
"python_image": "3.14.5-alpine",
5050
"nodejs": "26",
5151
"nodejs_canonical": "26.1.0",
5252
"distro": "alpine",
5353
"platforms": [
5454
"linux/amd64"
5555
],
56-
"digest": "sha256:3bced180179ace3f5f687029db96f10522ca0937c53997e07f9c4d8879484136"
56+
"digest": "sha256:1d686daa8b27145851bf9547d39c50633e11ea0dbb0faf2e128a62db38a944ae"
5757
},
5858
{
5959
"key": "python3.14-nodejs25",
6060
"python": "3.14",
61-
"python_canonical": "3.14.4",
62-
"python_image": "3.14.4-trixie",
61+
"python_canonical": "3.14.5",
62+
"python_image": "3.14.5-trixie",
6363
"nodejs": "25",
6464
"nodejs_canonical": "25.9.0",
6565
"distro": "trixie",
6666
"platforms": [
6767
"linux/amd64",
6868
"linux/arm64"
6969
],
70-
"digest": "sha256:9d4993bceddabe791143546b1a83bdbe8fdc728b7fa70f512894dc7192b0b116"
70+
"digest": "sha256:16fec51d28c61b74633b9e5e50718c996f9c84a74c7cc26d443e439a5a2055a0"
7171
},
7272
{
7373
"key": "python3.14-nodejs25-bookworm",
7474
"python": "3.14",
75-
"python_canonical": "3.14.4",
76-
"python_image": "3.14.4-bookworm",
75+
"python_canonical": "3.14.5",
76+
"python_image": "3.14.5-bookworm",
7777
"nodejs": "25",
7878
"nodejs_canonical": "25.9.0",
7979
"distro": "bookworm",
8080
"platforms": [
8181
"linux/amd64",
8282
"linux/arm64"
8383
],
84-
"digest": "sha256:dd8453a18efa0d9a879908a67d600fc93a8adc404a12e0c0be75366ed470cb91"
84+
"digest": "sha256:dc29e0187544d713be19785d9f0b0bf3a89c477ed89bbe3d6c3b9db74c99cb0b"
8585
},
8686
{
8787
"key": "python3.14-nodejs25-slim",
8888
"python": "3.14",
89-
"python_canonical": "3.14.4",
90-
"python_image": "3.14.4-slim",
89+
"python_canonical": "3.14.5",
90+
"python_image": "3.14.5-slim",
9191
"nodejs": "25",
9292
"nodejs_canonical": "25.9.0",
9393
"distro": "slim",
9494
"platforms": [
9595
"linux/amd64",
9696
"linux/arm64"
9797
],
98-
"digest": "sha256:cc7e2f34bd69662053130b2719044fa96ec15b8cc1d055a37c7393ab09d80eda"
98+
"digest": "sha256:c3857fd3a7608222633a88326060cccefff46875d83ff54879424bc069d4fcbe"
9999
},
100100
{
101101
"key": "python3.14-nodejs25-alpine",
102102
"python": "3.14",
103-
"python_canonical": "3.14.4",
104-
"python_image": "3.14.4-alpine",
103+
"python_canonical": "3.14.5",
104+
"python_image": "3.14.5-alpine",
105105
"nodejs": "25",
106106
"nodejs_canonical": "25.9.0",
107107
"distro": "alpine",
108108
"platforms": [
109109
"linux/amd64"
110110
],
111-
"digest": "sha256:087668cabf2ea4ab3934cb7bcf27cd0cec081e1f96d9fc6971810b6cd86f7798"
111+
"digest": "sha256:d4f1df63ef7759348445dca671076113c9d7693e66bfa06ee4da84d2dae2eca3"
112112
},
113113
{
114114
"key": "python3.14-nodejs24",
115115
"python": "3.14",
116-
"python_canonical": "3.14.4",
117-
"python_image": "3.14.4-trixie",
116+
"python_canonical": "3.14.5",
117+
"python_image": "3.14.5-trixie",
118118
"nodejs": "24",
119119
"nodejs_canonical": "24.15.0",
120120
"distro": "trixie",
121121
"platforms": [
122122
"linux/amd64",
123123
"linux/arm64"
124124
],
125-
"digest": "sha256:c790335fe467f770c240c5d26b382f27e0e9fe3bdb2e2954f053cfd3892d1b32"
125+
"digest": "sha256:f1d2dd664e08f6edd7a051e84145b1a392263743ccd27fd25fc64017c84f104e"
126126
},
127127
{
128128
"key": "python3.14-nodejs24-bookworm",
129129
"python": "3.14",
130-
"python_canonical": "3.14.4",
131-
"python_image": "3.14.4-bookworm",
130+
"python_canonical": "3.14.5",
131+
"python_image": "3.14.5-bookworm",
132132
"nodejs": "24",
133133
"nodejs_canonical": "24.15.0",
134134
"distro": "bookworm",
135135
"platforms": [
136136
"linux/amd64",
137137
"linux/arm64"
138138
],
139-
"digest": "sha256:dd4ea79666523d628c65ab11c08e61e3979c41366d85c69a14044f50d5094a39"
139+
"digest": "sha256:1afa73c843b469fa587828727ed151595beae392a1075ac3be2bc2f80eaafd1f"
140140
},
141141
{
142142
"key": "python3.14-nodejs24-slim",
143143
"python": "3.14",
144-
"python_canonical": "3.14.4",
145-
"python_image": "3.14.4-slim",
144+
"python_canonical": "3.14.5",
145+
"python_image": "3.14.5-slim",
146146
"nodejs": "24",
147147
"nodejs_canonical": "24.15.0",
148148
"distro": "slim",
149149
"platforms": [
150150
"linux/amd64",
151151
"linux/arm64"
152152
],
153-
"digest": "sha256:b3c54d43fbb6d1890a7d30070830e518ffc83ec495bf297ea08670fb83ddaa25"
153+
"digest": "sha256:676919f5093ba3e892527f840bd86e4320dc0eedd7c2718fb15a5fbdfe1432b3"
154154
},
155155
{
156156
"key": "python3.14-nodejs24-alpine",
157157
"python": "3.14",
158-
"python_canonical": "3.14.4",
159-
"python_image": "3.14.4-alpine",
158+
"python_canonical": "3.14.5",
159+
"python_image": "3.14.5-alpine",
160160
"nodejs": "24",
161161
"nodejs_canonical": "24.15.0",
162162
"distro": "alpine",
163163
"platforms": [
164164
"linux/amd64"
165165
],
166-
"digest": "sha256:15ea6e1cbe41159659099c344ef1029d56299ed99259d1c5ff070e76f7936b44"
166+
"digest": "sha256:5a64a80dd5dd68d7ba19d3ffc0d468a550aea3f447ca747173fcde4e0a8c46ba"
167167
},
168168
{
169169
"key": "python3.14-nodejs22",
170170
"python": "3.14",
171-
"python_canonical": "3.14.4",
172-
"python_image": "3.14.4-trixie",
171+
"python_canonical": "3.14.5",
172+
"python_image": "3.14.5-trixie",
173173
"nodejs": "22",
174174
"nodejs_canonical": "22.22.2",
175175
"distro": "trixie",
176176
"platforms": [
177177
"linux/amd64",
178178
"linux/arm64"
179179
],
180-
"digest": "sha256:55d9f1f3d1b790240c5477ae7790907e244278723b57b717762c7e407fc90dba"
180+
"digest": "sha256:3709bbd8504a77c0aeaaa2de14e680a2ee41a928d7476031ba84d7756326470c"
181181
},
182182
{
183183
"key": "python3.14-nodejs22-bookworm",
184184
"python": "3.14",
185-
"python_canonical": "3.14.4",
186-
"python_image": "3.14.4-bookworm",
185+
"python_canonical": "3.14.5",
186+
"python_image": "3.14.5-bookworm",
187187
"nodejs": "22",
188188
"nodejs_canonical": "22.22.2",
189189
"distro": "bookworm",
190190
"platforms": [
191191
"linux/amd64",
192192
"linux/arm64"
193193
],
194-
"digest": "sha256:14dfde4d866029cbca4994efa95a177faae53c7a226a11acb45911d0198ccc5e"
194+
"digest": "sha256:e220434953f8a7b20a32c27f0d0cb1760b713eb4ab0c8cd4a442f4d98ee7f9fa"
195195
},
196196
{
197197
"key": "python3.14-nodejs22-slim",
198198
"python": "3.14",
199-
"python_canonical": "3.14.4",
200-
"python_image": "3.14.4-slim",
199+
"python_canonical": "3.14.5",
200+
"python_image": "3.14.5-slim",
201201
"nodejs": "22",
202202
"nodejs_canonical": "22.22.2",
203203
"distro": "slim",
204204
"platforms": [
205205
"linux/amd64",
206206
"linux/arm64"
207207
],
208-
"digest": "sha256:f6d50c6625aa9202058641665b62790c9b516fcffafb3aa330590053e8878e5b"
208+
"digest": "sha256:b29ad1edd104987b656361d39f37b2611613a4904d1946dab7753e334b74e114"
209209
},
210210
{
211211
"key": "python3.14-nodejs22-alpine",
212212
"python": "3.14",
213-
"python_canonical": "3.14.4",
214-
"python_image": "3.14.4-alpine",
213+
"python_canonical": "3.14.5",
214+
"python_image": "3.14.5-alpine",
215215
"nodejs": "22",
216216
"nodejs_canonical": "22.22.2",
217217
"distro": "alpine",
218218
"platforms": [
219219
"linux/amd64"
220220
],
221-
"digest": "sha256:81c9ef1bbbb34cfc92272e05e539615134b4531b39ea52fb189c629ffabfb97f"
221+
"digest": "sha256:74884d1b2bd7a96facbb7f09d06ae166c4730592eb68b5d6221fad0ad5534874"
222222
},
223223
{
224224
"key": "python3.13-nodejs26",

0 commit comments

Comments
 (0)