chore(deps): update dullage/flatnotes docker tag to v4.0.5 (#3456)

This commit is contained in:
renovate[bot] 2024-05-12 12:53:07 +00:00 committed by GitHub
parent f0a2efb829
commit 3e131fa738
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, "exposable": true,
"id": "flatnotes", "id": "flatnotes",
"port": 8137, "port": 8137,
"tipi_version": 21, "tipi_version": 22,
"version": "4.0.4", "version": "4.0.5",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

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