Skip to content

Commit

Permalink
Merge pull request #29 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
ADD node-red 3.1.3
  • Loading branch information
fisuda authored Dec 8, 2023
2 parents 48d7b7c + a265aa3 commit 93029fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## FIWARE Small Bang v0.4.0-next

- ADD node-red 3.1.3 (#29)

## FIWARE Small Bang v0.4.0 - 06 October, 2023

- ADD IoT Agent for JSON 2.4.2 (#26)
Expand Down
2 changes: 1 addition & 1 deletion setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ setup_node_red() {
mkdir "${NODE_RED_DIR}"

cat <<'EOF' > "${NODE_RED_DIR}"/Dockerfile
FROM nodered/node-red:3.1.0
FROM nodered/node-red:3.1.3
RUN \
npm i node-red-contrib-letsfiware-ngsi
Expand Down

0 comments on commit 93029fe

Please sign in to comment.