Skip to content

Commit b6d156b

Browse files
committed
update to node-red 1.2.2, PROFINET firmware to 4.5.0.5
1 parent a3fbdf9 commit b6d156b

File tree

4 files changed

+144
-144
lines changed

4 files changed

+144
-144
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1414
RUN [ "cross-build-start" ]
1515

1616
#version
17-
ENV HILSCHERNETPI_NODERED_FB_VERSION 1.2.2
17+
ENV HILSCHERNETPI_NODERED_FB_VERSION 1.3.0
1818

1919
#labeling
2020
LABEL maintainer="netpi@hilscher.com" \
@@ -32,7 +32,7 @@ RUN apt-get update \
3232
RUN curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - \
3333
&& apt-get install -y nodejs
3434
#install Node-RED
35-
RUN npm install -g --unsafe-perm node-red@1.1.3 \
35+
RUN npm install -g --unsafe-perm node-red@1.2.2 \
3636
#install netx driver
3737
&& dpkg -i /tmp/netx-docker-pi-drv-2.0.1-r0.deb \
3838
&& ln -s /usr/lib/libcifx.so /usr/lib/libcifx.so.1 \
@@ -43,7 +43,7 @@ RUN npm install -g --unsafe-perm node-red@1.1.3 \
4343
&& gcc /opt/cifx/checkdevicetype.c -o /opt/cifx/checkdevicetype -I /usr/include/cifx -lcifx \
4444
&& chmod +x /opt/cifx/checkdevicetype \
4545
#install web fieldbus configurator
46-
&& 7z -t7z -r -v: x "/tmp/WebConfigurator_V1.0200.1358.7z" -o/usr/lib/node_modules \
46+
&& 7z -t7z -r -v: x "/tmp/WebConfigurator_V1.0200.1358_mod.7z" -o/usr/lib/node_modules \
4747
&& mv "/usr/lib/node_modules/WebConfigurator V1.0200.1358" "/usr/lib/node_modules/WebConfigurator" \
4848
&& cd /usr/lib/node_modules/WebConfigurator/ServerContent/ \
4949
&& npm install \

0 commit comments

Comments
 (0)