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

This commit is contained in:
renovate[bot] 2024-06-18 15:00:26 +00:00 committed by GitHub
parent 84f4f1c1e5
commit b1a2529cbb
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,
"exposable": true,
"id": "nodered",
"tipi_version": 13,
"version": "3.1.10",
"tipi_version": 14,
"version": "3.1.11",
"categories": ["automation"],
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.",
"short_desc": "Low-code programming for event-driven applications",

View File

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