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

View File

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