Skip to content

Commit

Permalink
Fix mcci-catena#41: Remove hard tags from node-red references
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore authored and oliv3 committed Jul 4, 2019
1 parent 4eb21c2 commit b169d0a
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 b169d0a

Please sign in to comment.