diff --git a/Dockerfile b/Dockerfile index 4eb31e5..3699b86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 45 +ENV TTN_GATEWAY_SOFTWARE 46 # Build the gateway COPY build.sh /tmp/build.sh