chore(deps): update ghcr.io/lissy93/dashy docker tag to v3.1.0 (#3552)

This commit is contained in:
renovate[bot] 2024-05-23 08:40:37 +00:00 committed by GitHub
parent 3373b5480c
commit 5b86f1e61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,18 +5,13 @@
"available": true, "available": true,
"exposable": false, "exposable": false,
"id": "dashy", "id": "dashy",
"tipi_version": 4, "tipi_version": 5,
"version": "3.0.1", "version": "3.1.0",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!", "description": "A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!",
"short_desc": "A self-hostable personal dashboard built for you.", "short_desc": "A self-hostable personal dashboard built for you.",
"author": "lissy93", "author": "lissy93",
"source": "https://github.com/lissy93/dashy", "source": "https://github.com/lissy93/dashy",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
services: services:
dashy: dashy:
container_name: dashy container_name: dashy
image: ghcr.io/lissy93/dashy:3.0.1 image: ghcr.io/lissy93/dashy:3.1.0
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
volumes: volumes: