build fixes

This commit is contained in:
Ray Ozzie 2016-03-26 14:07:39 -04:00
parent 72e5a2522d
commit 86b058f833

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 47
ENV TTN_GATEWAY_SOFTWARE 48
# Build the gateway
COPY build.sh /tmp/build.sh