Skip to content

Commit

Permalink
chore(deps): update neosmemo/memos docker tag to v0.23.0 (#5982)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 10573e4 commit 60baf96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/memos/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 5230,
"id": "memos",
"tipi_version": 35,
"version": "0.22.5",
"tipi_version": 36,
"version": "0.23.0",
"categories": ["utilities"],
"description": "Memo hub for knowledge management and collaboration.",
"short_desc": "Memo hub for knowledge management and collaboration.",
Expand All @@ -17,5 +17,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733760902338
"updated_at": 1734276066000
}
2 changes: 1 addition & 1 deletion apps/memos/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "memos",
"image": "neosmemo/memos:0.22.5",
"image": "neosmemo/memos:0.23.0",
"isMain": true,
"internalPort": 5230,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/memos/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
memos:
image: neosmemo/memos:0.22.5
image: neosmemo/memos:0.23.0
container_name: memos
volumes:
- ${APP_DATA_DIR}/memos:/var/opt/memos
Expand Down

0 comments on commit 60baf96

Please sign in to comment.