chore(deps): update dullage/flatnotes docker tag to v3.5.0 (#1559)
This commit is contained in:
parent
b51dfa6038
commit
9c948bad86
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "flatnotes",
|
||||
"port": 8137,
|
||||
"tipi_version": 15,
|
||||
"version": "3.4.0",
|
||||
"tipi_version": 16,
|
||||
"version": "3.5.0",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
@ -51,5 +51,8 @@
|
|||
"env_variable": "FLATNOTES_TOTP_KEY"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
flatnotes:
|
||||
container_name: flatnotes
|
||||
image: dullage/flatnotes:v3.4.0
|
||||
image: dullage/flatnotes:v3.5.0
|
||||
environment:
|
||||
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
|
||||
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}
|
||||
|
|
Loading…
Reference in New Issue
Block a user