chore(deps): update ghcr.io/enchant97/note-mark-frontend docker tag to v0.11.0 (#2364)

This commit is contained in:
renovate[bot] 2024-02-01 06:16:05 +00:00 committed by GitHub
parent 2b3d806cd8
commit 3f46e63ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,9 +5,11 @@
"exposable": true, "exposable": true,
"port": 8567, "port": 8567,
"id": "notemark", "id": "notemark",
"tipi_version": 6, "tipi_version": 7,
"version": "0.10.0", "version": "0.11.0",
"categories": ["utilities"], "categories": [
"utilities"
],
"description": "Note Mark is a lighting fast and minimal web-based Markdown notes app.", "description": "Note Mark is a lighting fast and minimal web-based Markdown notes app.",
"short_desc": "Lighting fast web-based Markdown notes app.", "short_desc": "Lighting fast web-based Markdown notes app.",
"author": "enchant97", "author": "enchant97",
@ -20,5 +22,8 @@
"env_variable": "NOTEMARK_SERVICE_SECRET" "env_variable": "NOTEMARK_SERVICE_SECRET"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
notemark: notemark:
image: ghcr.io/enchant97/note-mark-frontend:0.10.0 image: ghcr.io/enchant97/note-mark-frontend:0.11.0
container_name: notemark container_name: notemark
restart: unless-stopped restart: unless-stopped
networks: networks: