diff --git a/flowforge-container/install-device-cache.sh b/flowforge-container/install-device-cache.sh index 9a8f9548..3db75fc8 100755 --- a/flowforge-container/install-device-cache.sh +++ b/flowforge-container/install-device-cache.sh @@ -1,6 +1,6 @@ #!/bin/sh -x -VERSION_LIST="4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.10 4.1.11 4.1.13 4.1.14 5.0.0 5.0.1 5.0.4 5.0.5" +VERSION_LIST="4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.10 4.1.11 4.1.13 4.1.14 5.0.0 5.0.1 5.0.4 5.0.6" mkdir -p device/cache cd device/cache diff --git a/node-red-container/Dockerfile-5.0 b/node-red-container/Dockerfile-5.0 index d5096458..7f5ab215 100644 --- a/node-red-container/Dockerfile-5.0 +++ b/node-red-container/Dockerfile-5.0 @@ -1,5 +1,5 @@ # TODO: set proper tag after Node-RED 5 release -FROM nodered/node-red:5.0.5-24 +FROM nodered/node-red:5.0.6-24 ARG BUILD_TAG=latest