Update node-red to 4.0.8 (#1967)

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

View File

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/public/*"
web:
image: nodered/node-red:4.0.5@sha256:7b635f720d9d1aba676925a93fcf20811bbb62b476752b896177faccb28e5ee9
image: nodered/node-red:4.0.8@sha256:871225abb46d62e434c75c73ec264c406ae1d0ea09b365ed9ffa122fdc327879
restart: on-failure
stop_grace_period: 1m
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red
category: automation
name: "Node-RED (Bitcoin)"
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
@ -35,7 +35,7 @@ gallery:
path: ""
releaseNotes: >-
This release includes improvements and bug fixes:
- Fixed an issue with link call nodes in subflows
- Fixed config node sorting when importing
- Various other improvements and bug fixes