chore(deps): update nodered/node-red docker tag to v3.1.1 (#1725)

This commit is contained in:
renovate[bot] 2023-12-27 22:35:17 +00:00 committed by GitHub
parent 93e137b80e
commit aca2758a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "nodered",
"tipi_version": 5,
"version": "3.1.0",
"tipi_version": 6,
"version": "3.1.1",
"categories": [
"automation"
],
@ -15,5 +15,8 @@
"author": "node-red",
"source": "https://github.com/node-red/node-red",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
nodered:
container_name: nodered
image: nodered/node-red:3.1.0
image: nodered/node-red:3.1.1
restart: unless-stopped
ports:
- ${APP_PORT}:1880