@devcontainer/generator
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -178,3 +178,3 @@ "use strict"; | ||
} | ||
this._dockerfile += `RUN echo "(sysctl fs.inotify.max_user_watches=524288 fs.inotify.max_user_instances=524288 net.core.somaxconn=524288 scache.object_max_active=524288 && sysctl -p || echo ok) && ( $(cat /usr/bin/startx) || echo ok) && sleep infinity" > /usr/bin/startx | ||
this._dockerfile += `\n\nRUN echo "(sysctl fs.inotify.max_user_watches=524288 fs.inotify.max_user_instances=524288 net.core.somaxconn=524288 scache.object_max_active=524288 && sysctl -p || echo ok) && ( $(cat /usr/bin/startx) || echo ok) && sleep infinity" > /usr/bin/startx | ||
`; | ||
@@ -181,0 +181,0 @@ this._dockerfile += dockerTemplates['suffix']; |
{ | ||
"upgraged": "2019-11-08", | ||
"upgraged": "2019-11-11", | ||
"node": { | ||
@@ -9,3 +9,3 @@ "lts": "10.16.3", | ||
"git": "2.24.0", | ||
"cypress": "3.6.0", | ||
"cypress": "3.6.1", | ||
"yarn": "1.19.1", | ||
@@ -12,0 +12,0 @@ "dotnet": "2.2.402", |
{ | ||
"name": "@devcontainer/generator", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "generates custorm devcontainer Dockerfiles", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"license": "MIT", | ||
"gitHead": "15bf70c482eaa451fee10b4d5c2faab46ac4138a" | ||
"gitHead": "9e072d87b7927a1d34f448710ad10190326acdda" | ||
} |
{ | ||
"upgraged": "2019-11-08", | ||
"upgraged": "2019-11-11", | ||
"node": { | ||
@@ -9,3 +9,3 @@ "lts": "10.16.3", | ||
"git": "2.24.0", | ||
"cypress": "3.6.0", | ||
"cypress": "3.6.1", | ||
"yarn": "1.19.1", | ||
@@ -12,0 +12,0 @@ "dotnet": "2.2.402", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34060