Skip to content

Commit

Permalink
Merge pull request #42 from mcci-catena/issue41
Browse files Browse the repository at this point in the history
Fix #41: Remove hard tags from node-red references
  • Loading branch information
terrillmoore authored May 3, 2019
2 parents 5f62026 + 10b987d commit 63a8d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-red/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# build the node red image using the offical node red distribution
FROM nodered/node-red-docker:0.16.2
FROM nodered/node-red-docker:latest

# To avoid SSL certification issue
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
Expand All @@ -13,7 +13,7 @@ RUN npm install node-red-contrib-influxdb

# add The Things Network connector
#RUN npm install node-red-contrib-ttn
RUN npm install node-red-contrib-ttn@2.0.1
RUN npm install node-red-contrib-ttn


# copy the settings file
Expand Down

0 comments on commit 63a8d09

Please sign in to comment.