From 3f46e63dedd87148b087e6cd74c48c0e3e3baf1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:16:05 +0000 Subject: [PATCH] chore(deps): update ghcr.io/enchant97/note-mark-frontend docker tag to v0.11.0 (#2364) --- apps/notemark/config.json | 13 +++++++++---- apps/notemark/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/notemark/config.json b/apps/notemark/config.json index ee05225f..25f169d5 100644 --- a/apps/notemark/config.json +++ b/apps/notemark/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8567, "id": "notemark", - "tipi_version": 6, - "version": "0.10.0", - "categories": ["utilities"], + "tipi_version": 7, + "version": "0.11.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.", "author": "enchant97", @@ -20,5 +22,8 @@ "env_variable": "NOTEMARK_SERVICE_SECRET" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/notemark/docker-compose.yml b/apps/notemark/docker-compose.yml index 6e230fb8..ff5dfc7a 100644 --- a/apps/notemark/docker-compose.yml +++ b/apps/notemark/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: notemark: - image: ghcr.io/enchant97/note-mark-frontend:0.10.0 + image: ghcr.io/enchant97/note-mark-frontend:0.11.0 container_name: notemark restart: unless-stopped networks: