version 0.3.0

- upgraded base image to 3.0.2
- added zabbix-sender
This commit is contained in:
rainer
2023-08-27 18:28:06 +02:00
parent e675498789
commit af21e3d014

View File

@@ -1,4 +1,4 @@
FROM nodered/node-red:2.2.3 FROM nodered/node-red:3.0.2
# Copy package.json to the WORKDIR so npm builds all # Copy package.json to the WORKDIR so npm builds all
# of your added nodes modules for Node-RED # of your added nodes modules for Node-RED
@@ -10,4 +10,7 @@ RUN npm install \
node-red-node-rbe \ node-red-node-rbe \
node-red-contrib-influxdb \ node-red-contrib-influxdb \
node-red-node-tail \ node-red-node-tail \
node-red-contrib-bigtimer node-red-contrib-bigtimer \
node-red-contrib-zabbix-sender \
\
&& npm cache clean --force