Skip to content

Commit 9056240

Browse files
committed
🗃 Updated python/node versions [skip ci]
1 parent d0b12d5 commit 9056240

2 files changed

Lines changed: 53 additions & 53 deletions

File tree

README.md

Lines changed: 5 additions & 5 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-04-09
6+
Last updated by bot: 2025-04-10
77

88
The `latest` tag is currently:
99

@@ -88,22 +88,22 @@ Tag | Python version | Node.js version | Distro
8888
`python3.10-nodejs18-bullseye` | 3.10.17 | 18.20.8 | bullseye
8989
`python3.10-nodejs18-slim` | 3.10.17 | 18.20.8 | slim
9090
`python3.10-nodejs18-alpine` | 3.10.17 | 18.20.8 | alpine
91+
`python3.9-nodejs23-alpine` | 3.9.22 | 23.11.0 | alpine
92+
`python3.9-nodejs22-alpine` | 3.9.22 | 22.14.0 | alpine
93+
`python3.9-nodejs20-alpine` | 3.9.22 | 20.19.0 | alpine
94+
`python3.9-nodejs18-alpine` | 3.9.22 | 18.20.8 | alpine
9195
`python3.9-nodejs23` | 3.9.21 | 23.11.0 | bookworm
9296
`python3.9-nodejs23-bullseye` | 3.9.21 | 23.11.0 | bullseye
9397
`python3.9-nodejs23-slim` | 3.9.21 | 23.11.0 | slim
94-
`python3.9-nodejs23-alpine` | 3.9.21 | 23.11.0 | alpine
9598
`python3.9-nodejs22` | 3.9.21 | 22.14.0 | bookworm
9699
`python3.9-nodejs22-bullseye` | 3.9.21 | 22.14.0 | bullseye
97100
`python3.9-nodejs22-slim` | 3.9.21 | 22.14.0 | slim
98-
`python3.9-nodejs22-alpine` | 3.9.21 | 22.14.0 | alpine
99101
`python3.9-nodejs20` | 3.9.21 | 20.19.0 | bookworm
100102
`python3.9-nodejs20-bullseye` | 3.9.21 | 20.19.0 | bullseye
101103
`python3.9-nodejs20-slim` | 3.9.21 | 20.19.0 | slim
102-
`python3.9-nodejs20-alpine` | 3.9.21 | 20.19.0 | alpine
103104
`python3.9-nodejs18` | 3.9.21 | 18.20.8 | bookworm
104105
`python3.9-nodejs18-bullseye` | 3.9.21 | 18.20.8 | bullseye
105106
`python3.9-nodejs18-slim` | 3.9.21 | 18.20.8 | slim
106-
`python3.9-nodejs18-alpine` | 3.9.21 | 18.20.8 | alpine
107107

108108
<!-- TAGS_END -->
109109

versions.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,54 @@
816816
"linux/amd64"
817817
]
818818
},
819+
{
820+
"key": "python3.9-nodejs23-alpine",
821+
"python": "3.9",
822+
"python_canonical": "3.9.22",
823+
"python_image": "3.9.22-alpine",
824+
"nodejs": "23",
825+
"nodejs_canonical": "23.11.0",
826+
"distro": "alpine",
827+
"platforms": [
828+
"linux/amd64"
829+
]
830+
},
831+
{
832+
"key": "python3.9-nodejs22-alpine",
833+
"python": "3.9",
834+
"python_canonical": "3.9.22",
835+
"python_image": "3.9.22-alpine",
836+
"nodejs": "22",
837+
"nodejs_canonical": "22.14.0",
838+
"distro": "alpine",
839+
"platforms": [
840+
"linux/amd64"
841+
]
842+
},
843+
{
844+
"key": "python3.9-nodejs20-alpine",
845+
"python": "3.9",
846+
"python_canonical": "3.9.22",
847+
"python_image": "3.9.22-alpine",
848+
"nodejs": "20",
849+
"nodejs_canonical": "20.19.0",
850+
"distro": "alpine",
851+
"platforms": [
852+
"linux/amd64"
853+
]
854+
},
855+
{
856+
"key": "python3.9-nodejs18-alpine",
857+
"python": "3.9",
858+
"python_canonical": "3.9.22",
859+
"python_image": "3.9.22-alpine",
860+
"nodejs": "18",
861+
"nodejs_canonical": "18.20.8",
862+
"distro": "alpine",
863+
"platforms": [
864+
"linux/amd64"
865+
]
866+
},
819867
{
820868
"key": "python3.9-nodejs23",
821869
"python": "3.9",
@@ -855,18 +903,6 @@
855903
"linux/arm64"
856904
]
857905
},
858-
{
859-
"key": "python3.9-nodejs23-alpine",
860-
"python": "3.9",
861-
"python_canonical": "3.9.21",
862-
"python_image": "3.9.21-alpine",
863-
"nodejs": "23",
864-
"nodejs_canonical": "23.11.0",
865-
"distro": "alpine",
866-
"platforms": [
867-
"linux/amd64"
868-
]
869-
},
870906
{
871907
"key": "python3.9-nodejs22",
872908
"python": "3.9",
@@ -906,18 +942,6 @@
906942
"linux/arm64"
907943
]
908944
},
909-
{
910-
"key": "python3.9-nodejs22-alpine",
911-
"python": "3.9",
912-
"python_canonical": "3.9.21",
913-
"python_image": "3.9.21-alpine",
914-
"nodejs": "22",
915-
"nodejs_canonical": "22.14.0",
916-
"distro": "alpine",
917-
"platforms": [
918-
"linux/amd64"
919-
]
920-
},
921945
{
922946
"key": "python3.9-nodejs20",
923947
"python": "3.9",
@@ -957,18 +981,6 @@
957981
"linux/arm64"
958982
]
959983
},
960-
{
961-
"key": "python3.9-nodejs20-alpine",
962-
"python": "3.9",
963-
"python_canonical": "3.9.21",
964-
"python_image": "3.9.21-alpine",
965-
"nodejs": "20",
966-
"nodejs_canonical": "20.19.0",
967-
"distro": "alpine",
968-
"platforms": [
969-
"linux/amd64"
970-
]
971-
},
972984
{
973985
"key": "python3.9-nodejs18",
974986
"python": "3.9",
@@ -1007,18 +1019,6 @@
10071019
"linux/amd64",
10081020
"linux/arm64"
10091021
]
1010-
},
1011-
{
1012-
"key": "python3.9-nodejs18-alpine",
1013-
"python": "3.9",
1014-
"python_canonical": "3.9.21",
1015-
"python_image": "3.9.21-alpine",
1016-
"nodejs": "18",
1017-
"nodejs_canonical": "18.20.8",
1018-
"distro": "alpine",
1019-
"platforms": [
1020-
"linux/amd64"
1021-
]
10221022
}
10231023
]
10241024
}

0 commit comments

Comments
 (0)