Skip to content

Commit

Permalink
chore(deps): update neosmemo/memos docker tag to v0.23.1 (#6575)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 538d0c4 commit bafb856
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": 36,
"version": "0.23.0",
"tipi_version": 37,
"version": "0.23.1",
"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": 1734276066000
"updated_at": 1738226941000
}
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.23.0",
"image": "neosmemo/memos:0.23.1",
"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.23.0
image: neosmemo/memos:0.23.1
container_name: memos
volumes:
- ${APP_DATA_DIR}/memos:/var/opt/memos
Expand Down

0 comments on commit bafb856

Please sign in to comment.