Skip to content

Commit

Permalink
chore(deps): update ghcr.io/enchant97/note-mark-frontend docker tag t…
Browse files Browse the repository at this point in the history
…o v0.14.0 (#4944)
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent 34c3dcb commit 888504a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/notemark/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8567,
"id": "notemark",
"tipi_version": 13,
"version": "0.13.1",
"tipi_version": 14,
"version": "0.14.0",
"categories": ["utilities"],
"description": "Note Mark is a lighting fast and minimal web-based Markdown notes app.",
"short_desc": "Lighting fast web-based Markdown notes app.",
Expand All @@ -22,5 +22,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1723566283000
"updated_at": 1727129377000
}
2 changes: 1 addition & 1 deletion apps/notemark/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
notemark:
image: ghcr.io/enchant97/note-mark-frontend:0.13.1
image: ghcr.io/enchant97/note-mark-frontend:0.14.0
container_name: notemark
restart: unless-stopped
networks:
Expand Down

0 comments on commit 888504a

Please sign in to comment.