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

This commit is contained in:
renovate[bot] 2024-02-11 02:34:28 +00:00 committed by GitHub
parent 282ada9b3c
commit 4772a44b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "nodered", "id": "nodered",
"tipi_version": 7, "tipi_version": 8,
"version": "3.1.3", "version": "3.1.5",
"categories": [ "categories": [
"automation" "automation"
], ],

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.3 image: nodered/node-red:3.1.5
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:1880 - ${APP_PORT}:1880