Skip to content

Commit 9ee4d7b

Browse files
committed
🗃 Updated python/node versions [skip ci]
1 parent 85853ac commit 9ee4d7b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Tag | Python version | Node.js version | Distro
3939
`python3.13-nodejs18` | 3.13.0 | 18.20.5 | bookworm
4040
`python3.13-nodejs18-bullseye` | 3.13.0 | 18.20.5 | bullseye
4141
`python3.13-nodejs18-slim` | 3.13.0 | 18.20.5 | slim
42-
`python3.13-nodejs18-alpine` | 3.13.0 | 18.20.4 | alpine
42+
`python3.13-nodejs18-alpine` | 3.13.0 | 18.20.5 | alpine
4343
`python3.12-nodejs23` | 3.12.7 | 23.2.0 | bookworm
4444
`python3.12-nodejs23-bullseye` | 3.12.7 | 23.2.0 | bullseye
4545
`python3.12-nodejs23-slim` | 3.12.7 | 23.2.0 | slim
@@ -55,7 +55,7 @@ Tag | Python version | Node.js version | Distro
5555
`python3.12-nodejs18` | 3.12.7 | 18.20.5 | bookworm
5656
`python3.12-nodejs18-bullseye` | 3.12.7 | 18.20.5 | bullseye
5757
`python3.12-nodejs18-slim` | 3.12.7 | 18.20.5 | slim
58-
`python3.12-nodejs18-alpine` | 3.12.7 | 18.20.4 | alpine
58+
`python3.12-nodejs18-alpine` | 3.12.7 | 18.20.5 | alpine
5959
`python3.11-nodejs23` | 3.11.10 | 23.2.0 | bookworm
6060
`python3.11-nodejs23-bullseye` | 3.11.10 | 23.2.0 | bullseye
6161
`python3.11-nodejs23-slim` | 3.11.10 | 23.2.0 | slim
@@ -71,7 +71,7 @@ Tag | Python version | Node.js version | Distro
7171
`python3.11-nodejs18` | 3.11.10 | 18.20.5 | bookworm
7272
`python3.11-nodejs18-bullseye` | 3.11.10 | 18.20.5 | bullseye
7373
`python3.11-nodejs18-slim` | 3.11.10 | 18.20.5 | slim
74-
`python3.11-nodejs18-alpine` | 3.11.10 | 18.20.4 | alpine
74+
`python3.11-nodejs18-alpine` | 3.11.10 | 18.20.5 | alpine
7575
`python3.10-nodejs23` | 3.10.15 | 23.2.0 | bookworm
7676
`python3.10-nodejs23-bullseye` | 3.10.15 | 23.2.0 | bullseye
7777
`python3.10-nodejs23-slim` | 3.10.15 | 23.2.0 | slim
@@ -87,7 +87,7 @@ Tag | Python version | Node.js version | Distro
8787
`python3.10-nodejs18` | 3.10.15 | 18.20.5 | bookworm
8888
`python3.10-nodejs18-bullseye` | 3.10.15 | 18.20.5 | bullseye
8989
`python3.10-nodejs18-slim` | 3.10.15 | 18.20.5 | slim
90-
`python3.10-nodejs18-alpine` | 3.10.15 | 18.20.4 | alpine
90+
`python3.10-nodejs18-alpine` | 3.10.15 | 18.20.5 | alpine
9191
`python3.9-nodejs23` | 3.9.20 | 23.2.0 | bookworm
9292
`python3.9-nodejs23-bullseye` | 3.9.20 | 23.2.0 | bullseye
9393
`python3.9-nodejs23-slim` | 3.9.20 | 23.2.0 | slim
@@ -103,7 +103,7 @@ Tag | Python version | Node.js version | Distro
103103
`python3.9-nodejs18` | 3.9.20 | 18.20.5 | bookworm
104104
`python3.9-nodejs18-bullseye` | 3.9.20 | 18.20.5 | bullseye
105105
`python3.9-nodejs18-slim` | 3.9.20 | 18.20.5 | slim
106-
`python3.9-nodejs18-alpine` | 3.9.20 | 18.20.4 | alpine
106+
`python3.9-nodejs18-alpine` | 3.9.20 | 18.20.5 | alpine
107107

108108
<!-- TAGS_END -->
109109

versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"python_canonical": "3.13.0",
199199
"python_image": "3.13.0-alpine",
200200
"nodejs": "18",
201-
"nodejs_canonical": "18.20.4",
201+
"nodejs_canonical": "18.20.5",
202202
"distro": "alpine",
203203
"platforms": [
204204
"linux/amd64"
@@ -402,7 +402,7 @@
402402
"python_canonical": "3.12.7",
403403
"python_image": "3.12.7-alpine",
404404
"nodejs": "18",
405-
"nodejs_canonical": "18.20.4",
405+
"nodejs_canonical": "18.20.5",
406406
"distro": "alpine",
407407
"platforms": [
408408
"linux/amd64"
@@ -606,7 +606,7 @@
606606
"python_canonical": "3.11.10",
607607
"python_image": "3.11.10-alpine",
608608
"nodejs": "18",
609-
"nodejs_canonical": "18.20.4",
609+
"nodejs_canonical": "18.20.5",
610610
"distro": "alpine",
611611
"platforms": [
612612
"linux/amd64"
@@ -810,7 +810,7 @@
810810
"python_canonical": "3.10.15",
811811
"python_image": "3.10.15-alpine",
812812
"nodejs": "18",
813-
"nodejs_canonical": "18.20.4",
813+
"nodejs_canonical": "18.20.5",
814814
"distro": "alpine",
815815
"platforms": [
816816
"linux/amd64"
@@ -1014,7 +1014,7 @@
10141014
"python_canonical": "3.9.20",
10151015
"python_image": "3.9.20-alpine",
10161016
"nodejs": "18",
1017-
"nodejs_canonical": "18.20.4",
1017+
"nodejs_canonical": "18.20.5",
10181018
"distro": "alpine",
10191019
"platforms": [
10201020
"linux/amd64"

0 commit comments

Comments
 (0)