File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM python:3.12-alpine
44RUN apk add --no-cache ripgrep
55
66# Install markopolis
7- RUN pip install --no-cache-dir markopolis==1.1.0
7+ RUN pip install --no-cache-dir markopolis==1.1.1
88
99WORKDIR /app
1010
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ version: '3.8'
5252
5353services:
5454 markopolis:
55- image: ghcr.io/rishikanthc/markopolis:1.1.0
55+ image: ghcr.io/rishikanthc/markopolis:1.1.1
5656 ports:
5757 - "8080:8080"
5858 environment:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " markopolis"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " Self-hostable Obsidian Publish"
55authors = [
" Rishikanth Chandrasekaran <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments