chore(deps): update dullage/flatnotes docker tag to v5 (#3617)

* chore(deps): update dullage/flatnotes docker tag to v5

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2024-05-31 22:21:07 +02:00 committed by GitHub
parent a1fbd5cc4c
commit 2da6c89e35
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,11 +5,9 @@
"exposable": true,
"id": "flatnotes",
"port": 8137,
"tipi_version": 22,
"version": "4.0.5",
"categories": [
"utilities"
],
"tipi_version": 23,
"version": "5.0.0",
"categories": ["utilities"],
"description": "A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.",
"short_desc": "A self-hosted, database-less note taking web app",
"author": "Dullage",
@ -51,8 +49,5 @@
"env_variable": "FLATNOTES_TOTP_KEY"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -3,7 +3,7 @@ version: "3"
services:
flatnotes:
container_name: flatnotes
image: dullage/flatnotes:v4.0.5
image: dullage/flatnotes:v5.0.0
environment:
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}