chore(deps): update nodered/node-red docker tag to v3.1.1 (#1725)
This commit is contained in:
parent
93e137b80e
commit
aca2758a53
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user