Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikanthc committed Aug 14, 2024
1 parent f689159 commit 3b85db6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.12-alpine

RUN pip install --no-cache-dir markopolis==0.1.6
RUN pip install --no-cache-dir markopolis==0.1.7

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ version: '3.8'
services:
markopolis:
image: ghcr.io/rishikanthc/markopolis:0.1.6
image: ghcr.io/rishikanthc/markopolis:0.1.7
ports:
- "8080:8080"
environment:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "markopolis"
version = "0.1.6"
version = "0.1.7"
description = "Self-hostable Obsidian Publish"
authors = ["Rishikanth Chandrasekaran <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3b85db6

Please sign in to comment.