Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node-red to version 4.0.8 #1967

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node-red/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in node-red/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -9,7 +9,7 @@
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:
Expand Down
4 changes: 2 additions & 2 deletions node-red/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


Expand Down
Loading