Skip to content

Commit 666f783

Browse files
committed
🗃 Updated python/node versions [skip ci]
1 parent db3a7bd commit 666f783

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

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: 2026-03-25
6+
Last updated by bot: 2026-03-26
77

88
The `latest` tag is currently:
99

@@ -39,7 +39,7 @@ Tag | Python version | Node.js version | Distro
3939
`python3.14-nodejs20` | 3.14.3 | 20.20.2 | trixie
4040
`python3.14-nodejs20-bookworm` | 3.14.3 | 20.20.2 | bookworm
4141
`python3.14-nodejs20-slim` | 3.14.3 | 20.20.2 | slim
42-
`python3.14-nodejs20-alpine` | 3.14.3 | 20.20.1 | alpine
42+
`python3.14-nodejs20-alpine` | 3.14.3 | 20.20.2 | alpine
4343
`python3.13-nodejs25` | 3.13.12 | 25.8.2 | trixie
4444
`python3.13-nodejs25-bookworm` | 3.13.12 | 25.8.2 | bookworm
4545
`python3.13-nodejs25-slim` | 3.13.12 | 25.8.2 | slim
@@ -55,7 +55,7 @@ Tag | Python version | Node.js version | Distro
5555
`python3.13-nodejs20` | 3.13.12 | 20.20.2 | trixie
5656
`python3.13-nodejs20-bookworm` | 3.13.12 | 20.20.2 | bookworm
5757
`python3.13-nodejs20-slim` | 3.13.12 | 20.20.2 | slim
58-
`python3.13-nodejs20-alpine` | 3.13.12 | 20.20.1 | alpine
58+
`python3.13-nodejs20-alpine` | 3.13.12 | 20.20.2 | alpine
5959
`python3.12-nodejs25` | 3.12.13 | 25.8.2 | trixie
6060
`python3.12-nodejs25-bookworm` | 3.12.13 | 25.8.2 | bookworm
6161
`python3.12-nodejs25-slim` | 3.12.13 | 25.8.2 | slim
@@ -71,7 +71,7 @@ Tag | Python version | Node.js version | Distro
7171
`python3.12-nodejs20` | 3.12.13 | 20.20.2 | trixie
7272
`python3.12-nodejs20-bookworm` | 3.12.13 | 20.20.2 | bookworm
7373
`python3.12-nodejs20-slim` | 3.12.13 | 20.20.2 | slim
74-
`python3.12-nodejs20-alpine` | 3.12.13 | 20.20.1 | alpine
74+
`python3.12-nodejs20-alpine` | 3.12.13 | 20.20.2 | alpine
7575
`python3.11-nodejs25` | 3.11.15 | 25.8.2 | trixie
7676
`python3.11-nodejs25-bookworm` | 3.11.15 | 25.8.2 | bookworm
7777
`python3.11-nodejs25-slim` | 3.11.15 | 25.8.2 | slim
@@ -87,7 +87,7 @@ Tag | Python version | Node.js version | Distro
8787
`python3.11-nodejs20` | 3.11.15 | 20.20.2 | trixie
8888
`python3.11-nodejs20-bookworm` | 3.11.15 | 20.20.2 | bookworm
8989
`python3.11-nodejs20-slim` | 3.11.15 | 20.20.2 | slim
90-
`python3.11-nodejs20-alpine` | 3.11.15 | 20.20.1 | alpine
90+
`python3.11-nodejs20-alpine` | 3.11.15 | 20.20.2 | alpine
9191
`python3.10-nodejs25` | 3.10.20 | 25.8.2 | trixie
9292
`python3.10-nodejs25-bookworm` | 3.10.20 | 25.8.2 | bookworm
9393
`python3.10-nodejs25-slim` | 3.10.20 | 25.8.2 | slim
@@ -103,7 +103,7 @@ Tag | Python version | Node.js version | Distro
103103
`python3.10-nodejs20` | 3.10.20 | 20.20.2 | trixie
104104
`python3.10-nodejs20-bookworm` | 3.10.20 | 20.20.2 | bookworm
105105
`python3.10-nodejs20-slim` | 3.10.20 | 20.20.2 | slim
106-
`python3.10-nodejs20-alpine` | 3.10.20 | 20.20.1 | alpine
106+
`python3.10-nodejs20-alpine` | 3.10.20 | 20.20.2 | alpine
107107

108108
<!-- TAGS_END -->
109109

versions.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@
213213
"python_canonical": "3.14.3",
214214
"python_image": "3.14.3-alpine",
215215
"nodejs": "20",
216-
"nodejs_canonical": "20.20.1",
216+
"nodejs_canonical": "20.20.2",
217217
"distro": "alpine",
218218
"platforms": [
219219
"linux/amd64"
220220
],
221-
"digest": "sha256:0eb7d200712366c246be3c407086c026e69af2a6e894442a4d9b6f028ed89783"
221+
"digest": "sha256:76207e817ade30dee7e27b4070481be64cbdbcc0b3af6fa4de24273f92410358"
222222
},
223223
{
224224
"key": "python3.13-nodejs25",
@@ -433,12 +433,12 @@
433433
"python_canonical": "3.13.12",
434434
"python_image": "3.13.12-alpine",
435435
"nodejs": "20",
436-
"nodejs_canonical": "20.20.1",
436+
"nodejs_canonical": "20.20.2",
437437
"distro": "alpine",
438438
"platforms": [
439439
"linux/amd64"
440440
],
441-
"digest": "sha256:a675aa19500c575e7a5d8fa3e856804e0a6a0cab96c30058f9d971965dee97ba"
441+
"digest": "sha256:1129f1a95a2fbe5a67f472dd4474e9e2d99d48d424ddfa757f71ed66de821e75"
442442
},
443443
{
444444
"key": "python3.12-nodejs25",
@@ -653,12 +653,12 @@
653653
"python_canonical": "3.12.13",
654654
"python_image": "3.12.13-alpine",
655655
"nodejs": "20",
656-
"nodejs_canonical": "20.20.1",
656+
"nodejs_canonical": "20.20.2",
657657
"distro": "alpine",
658658
"platforms": [
659659
"linux/amd64"
660660
],
661-
"digest": "sha256:d8cf8fdf5549bc591d21a8a468b132b298d4c6d4593996814baa24a59e0a9e55"
661+
"digest": "sha256:4d21fe172b5c5c91ff6b68ce670aa0ad1132e5bcd67fbf78bb8cab6cddff0b17"
662662
},
663663
{
664664
"key": "python3.11-nodejs25",
@@ -873,12 +873,12 @@
873873
"python_canonical": "3.11.15",
874874
"python_image": "3.11.15-alpine",
875875
"nodejs": "20",
876-
"nodejs_canonical": "20.20.1",
876+
"nodejs_canonical": "20.20.2",
877877
"distro": "alpine",
878878
"platforms": [
879879
"linux/amd64"
880880
],
881-
"digest": "sha256:e26b498a9a35f9325c11a86502a592c5f6b8237b6ba2896d2271b0463d12ca02"
881+
"digest": "sha256:d9aba729cc98b3e409f6ba1dcfc4cc322eb87edeb4745409bfacc8cf41e1897b"
882882
},
883883
{
884884
"key": "python3.10-nodejs25",
@@ -1093,12 +1093,12 @@
10931093
"python_canonical": "3.10.20",
10941094
"python_image": "3.10.20-alpine",
10951095
"nodejs": "20",
1096-
"nodejs_canonical": "20.20.1",
1096+
"nodejs_canonical": "20.20.2",
10971097
"distro": "alpine",
10981098
"platforms": [
10991099
"linux/amd64"
11001100
],
1101-
"digest": "sha256:fd8508c11310b35324f4bcf3c5c5e8bd7455bba808943e1e3c90ec022ffde103"
1101+
"digest": "sha256:d837ac35d8b57ae7858f456b18cc5589fff09569ff7c4ab92b2d7b2b03d5d7c6"
11021102
}
11031103
]
11041104
}

0 commit comments

Comments
 (0)