From 793e7ddae88aa32a76dc78ab863cc690d50a9b6d Mon Sep 17 00:00:00 2001 From: toras9000 Date: Mon, 22 Aug 2022 22:33:45 +0900 Subject: [PATCH] kallithea v0.6.3 --- README.md | 6 +++--- docker-bake.hcl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eab6ad8..bb16eb4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This image enables the SSH repository access function implemented in kallithea v ## Tags -- 0.6.2 - - Version 0.6.2 of the pip package. +- 0.6.3 + - Version 0.6.3 of the pip package. ## Data location @@ -110,7 +110,7 @@ The following is an example of a simple docker-compose.yml for Sqlite. ``` services: app: - image: toras9000/kallithea-mp:0.6.2 + image: toras9000/kallithea-mp:0.6.3 restart: unless-stopped ports: - "8010:5000" diff --git a/docker-bake.hcl b/docker-bake.hcl index 2692302..52908bf 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -3,7 +3,7 @@ variable "WITH_LATEST_TAG" { } variable "KALLITHEA_IMAGE_VER" { - default = "0.6.2" + default = "0.6.3" } variable "KALLITHEA_FLAVOR" {