🗃 Updated python/node versions [skip ci]

This commit is contained in:
nikolaik-bot
2019-03-30 00:04:15 +00:00
parent 24c97e52c7
commit 4d3eb92e29
2 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
[![Pulls](https://img.shields.io/docker/pulls/nikolaik/python-nodejs.svg?style=flat-square)](https://hub.docker.com/r/nikolaik/python-nodejs/)
[![CircleCI](https://img.shields.io/circleci/project/github/nikolaik/docker-python-nodejs.svg?style=flat-square)](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

View File

@@ -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",