Skip to content

Commit

Permalink
⬆️ Bump up the base versions for node-red and MQTT as well
Browse files Browse the repository at this point in the history
Testing done:
- Basic AC demo works
EVerest#78 (comment)

Signed-off-by: Shankari <[email protected]>
  • Loading branch information
shankari committed Nov 13, 2024
1 parent 6947185 commit bdc5712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mosquitto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-mosquitto:2.0.10
FROM eclipse-mosquitto:2.0.20

COPY mosquitto.conf /mosquitto/config/mosquitto.conf

Expand Down
2 changes: 1 addition & 1 deletion nodered/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nodered/node-red:2.2.3
FROM nodered/node-red:4.0.5
RUN npm install node-red-dashboard
RUN npm install node-red-contrib-ui-actions
RUN npm install node-red-node-ui-table
Expand Down

0 comments on commit bdc5712

Please sign in to comment.