This commit is contained in:
Pablo Carranza Velez 2016-06-09 11:17:07 -03:00
parent d069ce35e6
commit 1b7c91a791
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# v1.11.1
* Use sh for postinstall as alpine has no bash [Pablo]
* update docker-delta to 0.0.8 [petrosagg]
* symlink docker root to default path if not already there [petrosagg]
# v1.11.0
* Add restart policies and change default to auto-restart [Aleksis]

View File

@ -1,6 +1,6 @@
{
"name": "resin-supervisor",
"version": "1.11.0",
"version": "1.11.1",
"scripts": {
"postinstall": "sh postinstall.sh",
"start": "./entry.sh"