True first version

This commit is contained in:
Ray Ozzie
2016-03-25 14:21:04 -04:00
parent bb1e4d37a4
commit 80800ba1a7
3 changed files with 11 additions and 9 deletions

View File

@ -3,9 +3,9 @@ FROM resin/raspberrypi-buildpack-deps
# Enable systemd, as Resin requires this
ENV INITSYSTEM on
# Version number of gateway software
# Version number of gateway software.
# (Incrementing this simply forces Docker to flush its cache
# and thus forces a full rebuild.)
# and thus forces a full rebuild. Not used outside of Dockerfile.)
ENV TTN_GATEWAY_SOFTWARE 45
# Build the gateway