diff --git a/README.md b/README.md index 843f067..0dcd33f 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,6 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. + + diff --git a/stage9/05-node-red/00-run-chroot.sh b/stage9/05-node-red/00-run-chroot.sh index 3e2ca84..9ec2328 100755 --- a/stage9/05-node-red/00-run-chroot.sh +++ b/stage9/05-node-red/00-run-chroot.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -NODERED_VERSION=3.1.0 +NODERED_VERSION=4.0.3 NODERED_USER=$FIRST_USER_NAME NODERED_GROUP=$FIRST_USER_NAME