We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f83116 commit 8ca6c82Copy full SHA for 8ca6c82
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12-alpine
2
3
-RUN pip install --no-cache-dir markopolis==0.3.1
+RUN pip install --no-cache-dir markopolis==0.3.2
4
5
WORKDIR /app
6
pyproject.toml
[tool.poetry]
name = "markopolis"
-version = "0.3.1"
+version = "0.3.2"
description = "Self-hostable Obsidian Publish"
authors = ["Rishikanth Chandrasekaran <[email protected]>"]
readme = "README.md"
0 commit comments