From 8958eb1b547f07d5d063c46cbe59ec57e000ecae Mon Sep 17 00:00:00 2001
From: krateng <git.noreply@krateng.ch>
Date: Tue, 14 Dec 2021 21:22:16 +0100
Subject: [PATCH] Updated Readme

---
 README.md             | 2 +-
 maloja/__pkginfo__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3fedd34..72d8670 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ I can support you with issues best if you use **Alpine Linux**. In my experience
 
 ### Docker
 
-There is a Dockerfile in the repo that should work by itself. You can also use the unofficial [Dockerhub repository](https://hub.docker.com/r/joniator/maloja) kindly provided by joniator.
+You can use the [Dockerhub build](https://hub.docker.com/r/krateng/maloja) or the dockerfile in this repository.
 
 You might want to set the environment variables `MALOJA_FORCE_PASSWORD`, `MALOJA_SKIP_SETUP` and `MALOJA_DATA_DIRECTORY`.
 
diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py
index 1af1b55..5e27982 100644
--- a/maloja/__pkginfo__.py
+++ b/maloja/__pkginfo__.py
@@ -5,7 +5,7 @@ author = {
 	"email":"maloja@dev.krateng.ch",
 	"github": "krateng"
 }
-version = 2,12,18
+version = 2,12,19
 versionstr = ".".join(str(n) for n in version)
 links = {
 	"pypi":"malojaserver",