We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fab3da commit da5881aCopy full SHA for da5881a
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12-alpine
2
3
-RUN pip install --no-cache-dir markopolis==0.3.3
+RUN pip install --no-cache-dir markopolis==0.3.4
4
5
WORKDIR /app
6
README.md
@@ -52,7 +52,7 @@ version: '3.8'
52
53
services:
54
markopolis:
55
- image: ghcr.io/rishikanthc/markopolis:0.3.1
+ image: ghcr.io/rishikanthc/markopolis:0.3.4
56
ports:
57
- "8080:8080"
58
environment:
pyproject.toml
[tool.poetry]
name = "markopolis"
-version = "0.3.3"
+version = "0.3.4"
description = "Self-hostable Obsidian Publish"
authors = ["Rishikanth Chandrasekaran <r3chandr@ucsd.edu>"]
readme = "README.md"
0 commit comments