- update to node-red:4.1.7 / added ssh extension

This commit is contained in:
2026-03-21 11:23:12 +01:00
parent 9ddffa82aa
commit 63299f0078

View File

@@ -1,4 +1,4 @@
FROM nodered/node-red:4.1.2-22-minimal
FROM nodered/node-red:4.1.7-minimal
# Copy package.json to the WORKDIR so npm builds all
# of your added nodes modules for Node-RED
@@ -14,5 +14,6 @@ RUN npm install \
node-red-contrib-zabbix-sender \
node-red-node-ping \
node-red-dashboard \
node-red-contrib-ssh-v3 \
\
&& npm cache clean --force