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