chore(deps): update neosmemo/memos docker tag to v0.14.2 (#905)

This commit is contained in:
renovate[bot] 2023-07-26 18:07:21 +00:00 committed by GitHub
parent a927ce6adf
commit c5f93fd9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 5230, "port": 5230,
"id": "memos", "id": "memos",
"tipi_version": 10, "tipi_version": 11,
"version": "0.14.1", "version": "0.14.2",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
memos: memos:
image: neosmemo/memos:0.14.1 image: neosmemo/memos:0.14.2
container_name: memos container_name: memos
volumes: volumes:
- ${APP_DATA_DIR}/memos:/var/opt/memos - ${APP_DATA_DIR}/memos:/var/opt/memos