Merge pull request #347 from resin-io/supervisor-base-20161103

Update the supervisor base to 20161103 to include the i386 fix
This commit is contained in:
Pablo Carranza Vélez 2016-11-07 03:23:53 -03:00 committed by GitHub
commit 1dbab76237
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Update the supervisor base to 20161103 to include the i386 fix [Pablo]
* Fix nodejs for the i386 architectures [Theodor]
* Provide a better error message when app is not found for purging [Pablo]
* Only iterate through remote apps to set device config [Pablo]

View File

@ -1,5 +1,5 @@
# Minimal runtime image
FROM resin/%%ARCH%%-supervisor-base:20160913
FROM resin/%%ARCH%%-supervisor-base:20161103
WORKDIR /usr/src/app