mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
🗃 Updated python/node versions [skip ci]
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
||||
[](https://hub.docker.com/r/nikolaik/python-nodejs/)
|
||||
[](https://circleci.com/gh/nikolaik/docker-python-nodejs)
|
||||
|
||||
Last updated by bot: 2019-03-28
|
||||
Last updated by bot: 2019-03-30
|
||||
|
||||
## Python with Node.js
|
||||
The `latest` tag is currently:
|
||||
@@ -18,19 +18,19 @@ To use a specific combination of python and node.js see the following table of a
|
||||
|
||||
Tag | Python version | Node.js version
|
||||
--- | --- | ---
|
||||
`python3.7-nodejs11` | 3.7.3 | 11.12.0
|
||||
`python3.7-nodejs11` | 3.7.3 | 11.13.0
|
||||
`python3.7-nodejs10` | 3.7.3 | 10.15.3
|
||||
`python3.7-nodejs8` | 3.7.3 | 8.15.1
|
||||
`python3.7-nodejs6` | 3.7.3 | 6.17.0
|
||||
`python3.6-nodejs11` | 3.6.8 | 11.12.0
|
||||
`python3.6-nodejs11` | 3.6.8 | 11.13.0
|
||||
`python3.6-nodejs10` | 3.6.8 | 10.15.3
|
||||
`python3.6-nodejs8` | 3.6.8 | 8.15.1
|
||||
`python3.6-nodejs6` | 3.6.8 | 6.17.0
|
||||
`python3.5-nodejs11` | 3.5.7 | 11.12.0
|
||||
`python3.5-nodejs11` | 3.5.7 | 11.13.0
|
||||
`python3.5-nodejs10` | 3.5.7 | 10.15.3
|
||||
`python3.5-nodejs8` | 3.5.7 | 8.15.1
|
||||
`python3.5-nodejs6` | 3.5.7 | 6.17.0
|
||||
`python2.7-nodejs11` | 2.7.16 | 11.12.0
|
||||
`python2.7-nodejs11` | 2.7.16 | 11.13.0
|
||||
`python2.7-nodejs10` | 2.7.16 | 10.15.3
|
||||
`python2.7-nodejs8` | 2.7.16 | 8.15.1
|
||||
`python2.7-nodejs6` | 2.7.16 | 6.17.0
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
"python_image": "3.7-stretch",
|
||||
"python_image_canonical": "3.7.3-stretch",
|
||||
"nodejs": "11",
|
||||
"nodejs_canonical": "11.12.0",
|
||||
"nodejs_canonical": "11.13.0",
|
||||
"nodejs_image": "11-stretch",
|
||||
"nodejs_image_canonical": "11.12.0-stretch"
|
||||
"nodejs_image_canonical": "11.13.0-stretch"
|
||||
},
|
||||
{
|
||||
"key": "python3.7-nodejs10",
|
||||
@@ -51,9 +51,9 @@
|
||||
"python_image": "3.6-stretch",
|
||||
"python_image_canonical": "3.6.8-stretch",
|
||||
"nodejs": "11",
|
||||
"nodejs_canonical": "11.12.0",
|
||||
"nodejs_canonical": "11.13.0",
|
||||
"nodejs_image": "11-stretch",
|
||||
"nodejs_image_canonical": "11.12.0-stretch"
|
||||
"nodejs_image_canonical": "11.13.0-stretch"
|
||||
},
|
||||
{
|
||||
"key": "python3.6-nodejs10",
|
||||
@@ -95,9 +95,9 @@
|
||||
"python_image": "3.5-stretch",
|
||||
"python_image_canonical": "3.5.7-stretch",
|
||||
"nodejs": "11",
|
||||
"nodejs_canonical": "11.12.0",
|
||||
"nodejs_canonical": "11.13.0",
|
||||
"nodejs_image": "11-stretch",
|
||||
"nodejs_image_canonical": "11.12.0-stretch"
|
||||
"nodejs_image_canonical": "11.13.0-stretch"
|
||||
},
|
||||
{
|
||||
"key": "python3.5-nodejs10",
|
||||
@@ -139,9 +139,9 @@
|
||||
"python_image": "2.7-stretch",
|
||||
"python_image_canonical": "2.7.16-stretch",
|
||||
"nodejs": "11",
|
||||
"nodejs_canonical": "11.12.0",
|
||||
"nodejs_canonical": "11.13.0",
|
||||
"nodejs_image": "11-stretch",
|
||||
"nodejs_image_canonical": "11.12.0-stretch"
|
||||
"nodejs_image_canonical": "11.13.0-stretch"
|
||||
},
|
||||
{
|
||||
"key": "python2.7-nodejs10",
|
||||
|
||||
Reference in New Issue
Block a user