Skip to content

Commit eb3ac88

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

2 files changed

Lines changed: 83 additions & 83 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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` | 3.9.22 | 23.11.0 | bookworm
92+
`python3.9-nodejs23-bullseye` | 3.9.22 | 23.11.0 | bullseye
93+
`python3.9-nodejs23-slim` | 3.9.22 | 23.11.0 | slim
9194
`python3.9-nodejs23-alpine` | 3.9.22 | 23.11.0 | alpine
95+
`python3.9-nodejs22` | 3.9.22 | 22.14.0 | bookworm
96+
`python3.9-nodejs22-bullseye` | 3.9.22 | 22.14.0 | bullseye
97+
`python3.9-nodejs22-slim` | 3.9.22 | 22.14.0 | slim
9298
`python3.9-nodejs22-alpine` | 3.9.22 | 22.14.0 | alpine
99+
`python3.9-nodejs20` | 3.9.22 | 20.19.0 | bookworm
100+
`python3.9-nodejs20-bullseye` | 3.9.22 | 20.19.0 | bullseye
101+
`python3.9-nodejs20-slim` | 3.9.22 | 20.19.0 | slim
93102
`python3.9-nodejs20-alpine` | 3.9.22 | 20.19.0 | alpine
103+
`python3.9-nodejs18` | 3.9.22 | 18.20.8 | bookworm
104+
`python3.9-nodejs18-bullseye` | 3.9.22 | 18.20.8 | bullseye
105+
`python3.9-nodejs18-slim` | 3.9.22 | 18.20.8 | slim
94106
`python3.9-nodejs18-alpine` | 3.9.22 | 18.20.8 | alpine
95-
`python3.9-nodejs23` | 3.9.21 | 23.11.0 | bookworm
96-
`python3.9-nodejs23-bullseye` | 3.9.21 | 23.11.0 | bullseye
97-
`python3.9-nodejs23-slim` | 3.9.21 | 23.11.0 | slim
98-
`python3.9-nodejs22` | 3.9.21 | 22.14.0 | bookworm
99-
`python3.9-nodejs22-bullseye` | 3.9.21 | 22.14.0 | bullseye
100-
`python3.9-nodejs22-slim` | 3.9.21 | 22.14.0 | slim
101-
`python3.9-nodejs20` | 3.9.21 | 20.19.0 | bookworm
102-
`python3.9-nodejs20-bullseye` | 3.9.21 | 20.19.0 | bullseye
103-
`python3.9-nodejs20-slim` | 3.9.21 | 20.19.0 | slim
104-
`python3.9-nodejs18` | 3.9.21 | 18.20.8 | bookworm
105-
`python3.9-nodejs18-bullseye` | 3.9.21 | 18.20.8 | bullseye
106-
`python3.9-nodejs18-slim` | 3.9.21 | 18.20.8 | slim
107107

108108
<!-- TAGS_END -->
109109

versions.json

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -817,97 +817,61 @@
817817
]
818818
},
819819
{
820-
"key": "python3.9-nodejs23-alpine",
820+
"key": "python3.9-nodejs23",
821821
"python": "3.9",
822822
"python_canonical": "3.9.22",
823-
"python_image": "3.9.22-alpine",
823+
"python_image": "3.9.22-bookworm",
824824
"nodejs": "23",
825825
"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",
826+
"distro": "bookworm",
851827
"platforms": [
852-
"linux/amd64"
828+
"linux/amd64",
829+
"linux/arm64"
853830
]
854831
},
855832
{
856-
"key": "python3.9-nodejs18-alpine",
833+
"key": "python3.9-nodejs23-bullseye",
857834
"python": "3.9",
858835
"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-
},
867-
{
868-
"key": "python3.9-nodejs23",
869-
"python": "3.9",
870-
"python_canonical": "3.9.21",
871-
"python_image": "3.9.21-bookworm",
836+
"python_image": "3.9.22-bullseye",
872837
"nodejs": "23",
873838
"nodejs_canonical": "23.11.0",
874-
"distro": "bookworm",
839+
"distro": "bullseye",
875840
"platforms": [
876841
"linux/amd64",
877842
"linux/arm64"
878843
]
879844
},
880845
{
881-
"key": "python3.9-nodejs23-bullseye",
846+
"key": "python3.9-nodejs23-slim",
882847
"python": "3.9",
883-
"python_canonical": "3.9.21",
884-
"python_image": "3.9.21-bullseye",
848+
"python_canonical": "3.9.22",
849+
"python_image": "3.9.22-slim",
885850
"nodejs": "23",
886851
"nodejs_canonical": "23.11.0",
887-
"distro": "bullseye",
852+
"distro": "slim",
888853
"platforms": [
889854
"linux/amd64",
890855
"linux/arm64"
891856
]
892857
},
893858
{
894-
"key": "python3.9-nodejs23-slim",
859+
"key": "python3.9-nodejs23-alpine",
895860
"python": "3.9",
896-
"python_canonical": "3.9.21",
897-
"python_image": "3.9.21-slim",
861+
"python_canonical": "3.9.22",
862+
"python_image": "3.9.22-alpine",
898863
"nodejs": "23",
899864
"nodejs_canonical": "23.11.0",
900-
"distro": "slim",
865+
"distro": "alpine",
901866
"platforms": [
902-
"linux/amd64",
903-
"linux/arm64"
867+
"linux/amd64"
904868
]
905869
},
906870
{
907871
"key": "python3.9-nodejs22",
908872
"python": "3.9",
909-
"python_canonical": "3.9.21",
910-
"python_image": "3.9.21-bookworm",
873+
"python_canonical": "3.9.22",
874+
"python_image": "3.9.22-bookworm",
911875
"nodejs": "22",
912876
"nodejs_canonical": "22.14.0",
913877
"distro": "bookworm",
@@ -919,8 +883,8 @@
919883
{
920884
"key": "python3.9-nodejs22-bullseye",
921885
"python": "3.9",
922-
"python_canonical": "3.9.21",
923-
"python_image": "3.9.21-bullseye",
886+
"python_canonical": "3.9.22",
887+
"python_image": "3.9.22-bullseye",
924888
"nodejs": "22",
925889
"nodejs_canonical": "22.14.0",
926890
"distro": "bullseye",
@@ -932,8 +896,8 @@
932896
{
933897
"key": "python3.9-nodejs22-slim",
934898
"python": "3.9",
935-
"python_canonical": "3.9.21",
936-
"python_image": "3.9.21-slim",
899+
"python_canonical": "3.9.22",
900+
"python_image": "3.9.22-slim",
937901
"nodejs": "22",
938902
"nodejs_canonical": "22.14.0",
939903
"distro": "slim",
@@ -942,11 +906,23 @@
942906
"linux/arm64"
943907
]
944908
},
909+
{
910+
"key": "python3.9-nodejs22-alpine",
911+
"python": "3.9",
912+
"python_canonical": "3.9.22",
913+
"python_image": "3.9.22-alpine",
914+
"nodejs": "22",
915+
"nodejs_canonical": "22.14.0",
916+
"distro": "alpine",
917+
"platforms": [
918+
"linux/amd64"
919+
]
920+
},
945921
{
946922
"key": "python3.9-nodejs20",
947923
"python": "3.9",
948-
"python_canonical": "3.9.21",
949-
"python_image": "3.9.21-bookworm",
924+
"python_canonical": "3.9.22",
925+
"python_image": "3.9.22-bookworm",
950926
"nodejs": "20",
951927
"nodejs_canonical": "20.19.0",
952928
"distro": "bookworm",
@@ -958,8 +934,8 @@
958934
{
959935
"key": "python3.9-nodejs20-bullseye",
960936
"python": "3.9",
961-
"python_canonical": "3.9.21",
962-
"python_image": "3.9.21-bullseye",
937+
"python_canonical": "3.9.22",
938+
"python_image": "3.9.22-bullseye",
963939
"nodejs": "20",
964940
"nodejs_canonical": "20.19.0",
965941
"distro": "bullseye",
@@ -971,8 +947,8 @@
971947
{
972948
"key": "python3.9-nodejs20-slim",
973949
"python": "3.9",
974-
"python_canonical": "3.9.21",
975-
"python_image": "3.9.21-slim",
950+
"python_canonical": "3.9.22",
951+
"python_image": "3.9.22-slim",
976952
"nodejs": "20",
977953
"nodejs_canonical": "20.19.0",
978954
"distro": "slim",
@@ -981,11 +957,23 @@
981957
"linux/arm64"
982958
]
983959
},
960+
{
961+
"key": "python3.9-nodejs20-alpine",
962+
"python": "3.9",
963+
"python_canonical": "3.9.22",
964+
"python_image": "3.9.22-alpine",
965+
"nodejs": "20",
966+
"nodejs_canonical": "20.19.0",
967+
"distro": "alpine",
968+
"platforms": [
969+
"linux/amd64"
970+
]
971+
},
984972
{
985973
"key": "python3.9-nodejs18",
986974
"python": "3.9",
987-
"python_canonical": "3.9.21",
988-
"python_image": "3.9.21-bookworm",
975+
"python_canonical": "3.9.22",
976+
"python_image": "3.9.22-bookworm",
989977
"nodejs": "18",
990978
"nodejs_canonical": "18.20.8",
991979
"distro": "bookworm",
@@ -997,8 +985,8 @@
997985
{
998986
"key": "python3.9-nodejs18-bullseye",
999987
"python": "3.9",
1000-
"python_canonical": "3.9.21",
1001-
"python_image": "3.9.21-bullseye",
988+
"python_canonical": "3.9.22",
989+
"python_image": "3.9.22-bullseye",
1002990
"nodejs": "18",
1003991
"nodejs_canonical": "18.20.8",
1004992
"distro": "bullseye",
@@ -1010,15 +998,27 @@
1010998
{
1011999
"key": "python3.9-nodejs18-slim",
10121000
"python": "3.9",
1013-
"python_canonical": "3.9.21",
1014-
"python_image": "3.9.21-slim",
1001+
"python_canonical": "3.9.22",
1002+
"python_image": "3.9.22-slim",
10151003
"nodejs": "18",
10161004
"nodejs_canonical": "18.20.8",
10171005
"distro": "slim",
10181006
"platforms": [
10191007
"linux/amd64",
10201008
"linux/arm64"
10211009
]
1010+
},
1011+
{
1012+
"key": "python3.9-nodejs18-alpine",
1013+
"python": "3.9",
1014+
"python_canonical": "3.9.22",
1015+
"python_image": "3.9.22-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)