chore(deps): update couchdb docker tag to v3.4.1 (#2244)

* chore(deps): update couchdb docker tag to v3.4.1

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2024-10-08 13:59:58 +08:00 committed by GitHub
parent 8a3806465b
commit 4e7ed2dc42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
services:
couchdb:
image: couchdb:3.3.3
image: couchdb:3.4.1
container_name: ${CONTAINER_NAME}
environment:
- COUCHDB_USER=${OBSIDIAN_LIVESYNC_USER}