chore(deps): update dullage/flatnotes docker tag to v5.1.0 (#3837)

This commit is contained in:
renovate[bot] 2024-06-20 10:47:45 +00:00 committed by GitHub
parent d7029cd62b
commit 999e3da45f
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 @@
"exposable": true,
"id": "flatnotes",
"port": 8137,
"tipi_version": 23,
"version": "5.0.0",
"tipi_version": 24,
"version": "5.1.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",

View File

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