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

This commit is contained in:
renovate[bot] 2023-12-27 23:02:07 +00:00 committed by GitHub
parent b6c9129f73
commit 1f16af06cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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