Skip to content

Commit

Permalink
Merge pull request #396 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
Update Node-RED to 4.0.0
  • Loading branch information
fisuda authored Jun 21, 2024
2 parents 8e9eee6 + e742f39 commit 3164292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Big Bang v0.39.0-next

- Update Node-RED to 4.0.0 (#395)
- Add cross-origin resource sharing for Orion (#394)
- Fix maintenance script (#393)

Expand Down
2 changes: 1 addition & 1 deletion extras/node-red/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nodered/node-red:3.1.9
FROM nodered/node-red:4.0.0

#
# Add node modules for Node-RED
Expand Down
2 changes: 1 addition & 1 deletion setup/docker/node-red/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nodered/node-red:3.1.9
FROM nodered/node-red:4.0.0

#
# Add node modules for Node-RED
Expand Down

0 comments on commit 3164292

Please sign in to comment.