chore(deps): update mauricenino/dashdot docker tag to v5.1.3 (#309)

* chore(deps): update mauricenino/dashdot docker tag to v5.1.3

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-04-13 19:59:51 +02:00 committed by GitHub
parent 3627f9ff61
commit 8fe1951509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "dashdot", "id": "dashdot",
"tipi_version": 1, "tipi_version": 2,
"version": "v5.1.2", "version": "5.1.3",
"categories": ["utilities"], "categories": [
"utilities"
],
"description": "dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. It is intended to be used for smaller VPS and private servers.", "description": "dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. It is intended to be used for smaller VPS and private servers.",
"short_desc": "A simple, modern server dashboard, primarily used by smaller private server", "short_desc": "A simple, modern server dashboard, primarily used by smaller private server",
"author": "MauriceNino", "author": "MauriceNino",

View File

@ -1,7 +1,7 @@
version: '3.5' version: '3.5'
services: services:
dashdot: dashdot:
image: mauricenino/dashdot:5.1.2 image: mauricenino/dashdot:5.1.3
restart: unless-stopped restart: unless-stopped
container_name: dashdot container_name: dashdot
privileged: true privileged: true