build fixes

This commit is contained in:
Ray Ozzie
2016-03-26 13:56:33 -04:00
parent aca3d94a1e
commit 72e5a2522d
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@ ENV INITSYSTEM on
# Version number of gateway software.
# (Incrementing this simply forces Docker to flush its cache
# and thus forces a full rebuild. Not used outside of Dockerfile.)
ENV TTN_GATEWAY_SOFTWARE 46
ENV TTN_GATEWAY_SOFTWARE 47
# Build the gateway
COPY build.sh /tmp/build.sh