chore(deps): update nodered/node-red docker tag to v3.1.8 (#2980)
This commit is contained in:
parent
9c44c51f04
commit
15625e1546
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "nodered",
|
||||
"tipi_version": 10,
|
||||
"version": "3.1.7",
|
||||
"tipi_version": 11,
|
||||
"version": "3.1.8",
|
||||
"categories": [
|
||||
"automation"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
nodered:
|
||||
container_name: nodered
|
||||
image: nodered/node-red:3.1.7
|
||||
image: nodered/node-red:3.1.8
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:1880
|
||||
|
|
Loading…
Reference in New Issue
Block a user