Skip to content
Snippets Groups Projects
Commit 91a2aa12 authored by Bjoern Kimminich's avatar Bjoern Kimminich
Browse files

Add node.js 10.x to supported versions

parent b26ccb27
Branches
Tags v7.2.0
No related merge requests found
...@@ -163,9 +163,14 @@ official [node.js LTS schedule](https://github.com/nodejs/LTS). Docker ...@@ -163,9 +163,14 @@ official [node.js LTS schedule](https://github.com/nodejs/LTS). Docker
images and packaged distributions are offered accordingly: images and packaged distributions are offered accordingly:
| node.js | [Docker image](https://registry.hub.docker.com/u/bkimminich/juice-shop) | [Packaged distributions](https://github.com/bkimminich/juice-shop/releases/latest) | | node.js | [Docker image](https://registry.hub.docker.com/u/bkimminich/juice-shop) | [Packaged distributions](https://github.com/bkimminich/juice-shop/releases/latest) |
|:--------|:------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------| |:--------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------|
| __9.x__ | __`latest`__ (current official release), `snapshot` (preview from `develop` branch) | `juice-shop-<version>_node9_windows_x64.zip`, `juice-shop-<version>_node9_linux_x64.tgz` | | __9.x__ | __`latest`__ (current official release), `snapshot` (preview from `develop` branch) | `juice-shop-<version>_node9_windows_x64.zip`, `juice-shop-<version>_node9_linux_x64.tgz` |
| 8.x | | `juice-shop-<version>_node8_windows_x64.zip`, `juice-shop-<version>_node8_linux_x64.tgz` | | 8.x | | `juice-shop-<version>_node8_windows_x64.zip`, `juice-shop-<version>_node8_linux_x64.tgz` |
| 10.x (:microscope:) | | `juice-shop-<version>_node10_windows_x64.zip`, `juice-shop-<version>_node10_linux_x64.tgz` |
> Support for node.js 10.x is considered an **experimental features**
> (:microscope) at the moment and is not guaranteed to work with
> production-grade stability! Please use at your own risk!
## Demo [![Heroku](https://heroku-badge.herokuapp.com/?app=juice-shop)](http://demo.owasp-juice.shop) ## Demo [![Heroku](https://heroku-badge.herokuapp.com/?app=juice-shop)](http://demo.owasp-juice.shop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment