chore(deps): update dullage/flatnotes docker tag to v3.1.1 (#831)

This commit is contained in:
renovate[bot] 2023-07-10 13:10:51 +00:00 committed by GitHub
parent a439f8faaf
commit 9102dc14a2
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 @@
"exposable": true,
"id": "flatnotes",
"port": 8137,
"tipi_version": 7,
"version": "3.1.0",
"categories": ["utilities"],
"tipi_version": 8,
"version": "3.1.1",
"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",

View File

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