Skip to content

Commit a3ebbec

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Pulls](https://img.shields.io/docker/pulls/nikolaik/python-nodejs.svg?style=flat-square)](https://hub.docker.com/r/nikolaik/python-nodejs/)
22
[![CircleCI](https://img.shields.io/circleci/project/github/nikolaik/docker-python-nodejs.svg?style=flat-square)](https://circleci.com/gh/nikolaik/docker-python-nodejs)
33

4-
Last updated by bot: 2019-08-30
4+
Last updated by bot: 2019-09-06
55

66
## Python with Node.js
77
The `latest` tag is currently:
@@ -18,16 +18,16 @@ To use a specific combination of python and node.js see the following table of a
1818

1919
Tag | Python version | Node.js version | Distro
2020
--- | --- | --- | ---
21-
`python3.7-nodejs12` | 3.7.4 | 12.9.1 | stretch
21+
`python3.7-nodejs12` | 3.7.4 | 12.10.0 | stretch
2222
`python3.7-nodejs10` | 3.7.4 | 10.16.3 | stretch
2323
`python3.7-nodejs8` | 3.7.4 | 8.16.1 | stretch
24-
`python3.6-nodejs12` | 3.6.9 | 12.9.1 | stretch
24+
`python3.6-nodejs12` | 3.6.9 | 12.10.0 | stretch
2525
`python3.6-nodejs10` | 3.6.9 | 10.16.3 | stretch
2626
`python3.6-nodejs8` | 3.6.9 | 8.16.1 | stretch
27-
`python3.5-nodejs12` | 3.5.7 | 12.9.1 | stretch
27+
`python3.5-nodejs12` | 3.5.7 | 12.10.0 | stretch
2828
`python3.5-nodejs10` | 3.5.7 | 10.16.3 | stretch
2929
`python3.5-nodejs8` | 3.5.7 | 8.16.1 | stretch
30-
`python2.7-nodejs12` | 2.7.16 | 12.9.1 | stretch
30+
`python2.7-nodejs12` | 2.7.16 | 12.10.0 | stretch
3131
`python2.7-nodejs10` | 2.7.16 | 10.16.3 | stretch
3232
`python2.7-nodejs8` | 2.7.16 | 8.16.1 | stretch
3333

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"python_canonical": "3.7.4",
77
"python_image": "3.7.4-stretch",
88
"nodejs": "12",
9-
"nodejs_canonical": "12.9.1",
9+
"nodejs_canonical": "12.10.0",
1010
"distro": "stretch"
1111
},
1212
{
@@ -33,7 +33,7 @@
3333
"python_canonical": "3.6.9",
3434
"python_image": "3.6.9-stretch",
3535
"nodejs": "12",
36-
"nodejs_canonical": "12.9.1",
36+
"nodejs_canonical": "12.10.0",
3737
"distro": "stretch"
3838
},
3939
{
@@ -60,7 +60,7 @@
6060
"python_canonical": "3.5.7",
6161
"python_image": "3.5.7-stretch",
6262
"nodejs": "12",
63-
"nodejs_canonical": "12.9.1",
63+
"nodejs_canonical": "12.10.0",
6464
"distro": "stretch"
6565
},
6666
{
@@ -87,7 +87,7 @@
8787
"python_canonical": "2.7.16",
8888
"python_image": "2.7.16-stretch",
8989
"nodejs": "12",
90-
"nodejs_canonical": "12.9.1",
90+
"nodejs_canonical": "12.10.0",
9191
"distro": "stretch"
9292
},
9393
{

0 commit comments

Comments
 (0)