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

This commit is contained in:
renovate[bot] 2024-04-11 20:01:04 +00:00 committed by GitHub
parent 6407d3c2fe
commit 9ac3cf2753
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": 11,
"version": "3.1.8",
"tipi_version": 12,
"version": "3.1.9",
"categories": [
"automation"
],

View File

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