Update node-red-standalone to 4.0.8 (#1968)

This commit is contained in:
Nathan Fretz 2024-12-30 14:02:22 +10:00 committed by GitHub
parent 5c890f9628
commit 2468127965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: nodered/node-red:4.0.5@sha256:7b635f720d9d1aba676925a93fcf20811bbb62b476752b896177faccb28e5ee9
image: nodered/node-red:4.0.8@sha256:871225abb46d62e434c75c73ec264c406ae1d0ea09b365ed9ffa122fdc327879
network_mode: host
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red-standalone
category: automation
name: "Node-RED"
version: "4.0.5"
version: "4.0.8"
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual programming tool for wiring together hardware
@ -15,7 +15,7 @@ description: >-
The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. An online flow library allows you to share your best flows with the world.
releaseNotes: >-
This release includes improvements and bug fixes:
- Fixed an issue with link call nodes in subflows
- Fixed configuration node sorting when importing flows
- Various other minor improvements and fixes