2 Commits

Author SHA1 Message Date
baaad02eea 5.0.16 2019-05-08 23:28:19 +02:00
0dc9a11376 fix(core): update 2019-05-08 23:28:18 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ LABEL author="Lossless GmbH <hello@lossless.com>"
USER root
WORKDIR /workspace
# important environment variables
ENV NODE_VERSION_LTS="10.15.3" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm"

View File

@@ -1,6 +1,6 @@
{
"name": "ht-docker-vscode",
"version": "5.0.15",
"version": "5.0.16",
"description": "a vscode image with everything installed needed to run a vscode instance",
"main": "index.js",
"scripts": {