Skip to content

Commit 35e618e

Browse files
committed
🗃 Updated python/node versions [skip ci]
1 parent c54acba commit 35e618e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 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-01-31
6+
Last updated by bot: 2025-02-01
77

88
The `latest` tag is currently:
99

@@ -27,7 +27,7 @@ Tag | Python version | Node.js version | Distro
2727
`python3.13-nodejs23` | 3.13.1 | 23.7.0 | bookworm
2828
`python3.13-nodejs23-bullseye` | 3.13.1 | 23.7.0 | bullseye
2929
`python3.13-nodejs23-slim` | 3.13.1 | 23.7.0 | slim
30-
`python3.13-nodejs23-alpine` | 3.13.1 | 23.6.1 | alpine
30+
`python3.13-nodejs23-alpine` | 3.13.1 | 23.7.0 | alpine
3131
`python3.13-nodejs22` | 3.13.1 | 22.13.1 | bookworm
3232
`python3.13-nodejs22-bullseye` | 3.13.1 | 22.13.1 | bullseye
3333
`python3.13-nodejs22-slim` | 3.13.1 | 22.13.1 | slim
@@ -43,7 +43,7 @@ Tag | Python version | Node.js version | Distro
4343
`python3.12-nodejs23` | 3.12.8 | 23.7.0 | bookworm
4444
`python3.12-nodejs23-bullseye` | 3.12.8 | 23.7.0 | bullseye
4545
`python3.12-nodejs23-slim` | 3.12.8 | 23.7.0 | slim
46-
`python3.12-nodejs23-alpine` | 3.12.8 | 23.6.1 | alpine
46+
`python3.12-nodejs23-alpine` | 3.12.8 | 23.7.0 | alpine
4747
`python3.12-nodejs22` | 3.12.8 | 22.13.1 | bookworm
4848
`python3.12-nodejs22-bullseye` | 3.12.8 | 22.13.1 | bullseye
4949
`python3.12-nodejs22-slim` | 3.12.8 | 22.13.1 | slim
@@ -59,7 +59,7 @@ Tag | Python version | Node.js version | Distro
5959
`python3.11-nodejs23` | 3.11.11 | 23.7.0 | bookworm
6060
`python3.11-nodejs23-bullseye` | 3.11.11 | 23.7.0 | bullseye
6161
`python3.11-nodejs23-slim` | 3.11.11 | 23.7.0 | slim
62-
`python3.11-nodejs23-alpine` | 3.11.11 | 23.6.1 | alpine
62+
`python3.11-nodejs23-alpine` | 3.11.11 | 23.7.0 | alpine
6363
`python3.11-nodejs22` | 3.11.11 | 22.13.1 | bookworm
6464
`python3.11-nodejs22-bullseye` | 3.11.11 | 22.13.1 | bullseye
6565
`python3.11-nodejs22-slim` | 3.11.11 | 22.13.1 | slim
@@ -75,7 +75,7 @@ Tag | Python version | Node.js version | Distro
7575
`python3.10-nodejs23` | 3.10.16 | 23.7.0 | bookworm
7676
`python3.10-nodejs23-bullseye` | 3.10.16 | 23.7.0 | bullseye
7777
`python3.10-nodejs23-slim` | 3.10.16 | 23.7.0 | slim
78-
`python3.10-nodejs23-alpine` | 3.10.16 | 23.6.1 | alpine
78+
`python3.10-nodejs23-alpine` | 3.10.16 | 23.7.0 | alpine
7979
`python3.10-nodejs22` | 3.10.16 | 22.13.1 | bookworm
8080
`python3.10-nodejs22-bullseye` | 3.10.16 | 22.13.1 | bullseye
8181
`python3.10-nodejs22-slim` | 3.10.16 | 22.13.1 | slim
@@ -91,7 +91,7 @@ Tag | Python version | Node.js version | Distro
9191
`python3.9-nodejs23` | 3.9.21 | 23.7.0 | bookworm
9292
`python3.9-nodejs23-bullseye` | 3.9.21 | 23.7.0 | bullseye
9393
`python3.9-nodejs23-slim` | 3.9.21 | 23.7.0 | slim
94-
`python3.9-nodejs23-alpine` | 3.9.21 | 23.6.1 | alpine
94+
`python3.9-nodejs23-alpine` | 3.9.21 | 23.7.0 | alpine
9595
`python3.9-nodejs22` | 3.9.21 | 22.13.1 | bookworm
9696
`python3.9-nodejs22-bullseye` | 3.9.21 | 22.13.1 | bullseye
9797
`python3.9-nodejs22-slim` | 3.9.21 | 22.13.1 | slim

versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"python_canonical": "3.13.1",
4646
"python_image": "3.13.1-alpine",
4747
"nodejs": "23",
48-
"nodejs_canonical": "23.6.1",
48+
"nodejs_canonical": "23.7.0",
4949
"distro": "alpine",
5050
"platforms": [
5151
"linux/amd64"
@@ -249,7 +249,7 @@
249249
"python_canonical": "3.12.8",
250250
"python_image": "3.12.8-alpine",
251251
"nodejs": "23",
252-
"nodejs_canonical": "23.6.1",
252+
"nodejs_canonical": "23.7.0",
253253
"distro": "alpine",
254254
"platforms": [
255255
"linux/amd64"
@@ -453,7 +453,7 @@
453453
"python_canonical": "3.11.11",
454454
"python_image": "3.11.11-alpine",
455455
"nodejs": "23",
456-
"nodejs_canonical": "23.6.1",
456+
"nodejs_canonical": "23.7.0",
457457
"distro": "alpine",
458458
"platforms": [
459459
"linux/amd64"
@@ -657,7 +657,7 @@
657657
"python_canonical": "3.10.16",
658658
"python_image": "3.10.16-alpine",
659659
"nodejs": "23",
660-
"nodejs_canonical": "23.6.1",
660+
"nodejs_canonical": "23.7.0",
661661
"distro": "alpine",
662662
"platforms": [
663663
"linux/amd64"
@@ -861,7 +861,7 @@
861861
"python_canonical": "3.9.21",
862862
"python_image": "3.9.21-alpine",
863863
"nodejs": "23",
864-
"nodejs_canonical": "23.6.1",
864+
"nodejs_canonical": "23.7.0",
865865
"distro": "alpine",
866866
"platforms": [
867867
"linux/amd64"

0 commit comments

Comments
 (0)