kallithea v0.7.0-patched-fe050a93936b

This commit is contained in:
toras9000
2024-09-29 18:21:15 +09:00
parent 8d23eba58a
commit 06410c08b1
3 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ This image enables the SSH repository access function implemented in kallithea v
- 0.7.0
- Version 0.7.0 of the pip package.
- 0.7.0-patched2
- Version overwritten with [changesets from the official source](https://kallithea-scm.org/repos/kallithea/changelog/36a36ebdf4bbc4da77c41cabdbdf4a688e8fbeea/).
- 0.7.0-patched3
- Version overwritten with [changesets from the official source](https://kallithea-scm.org/repos/kallithea/changelog/fe050a93936b31b8b6caed82e3745a2d1c1b3068/).
## Data location

View File

@@ -7,11 +7,11 @@ variable "KALLITHEA_IMAGE_VER" {
}
variable "KALLITHEA_PATCH_REV" {
default = "36a36ebdf4bb"
default = "fe050a93936b"
}
variable "KALLITHEA_FLAVOR" {
default = ["patched-${KALLITHEA_PATCH_REV}", "patched2"]
default = ["patched-${KALLITHEA_PATCH_REV}", "patched3"]
}
group "default" {

View File

@@ -21,7 +21,7 @@ services:
- POSTGRES_DB=kallithea_store
app:
image: toras9000/kallithea-mp:0.7.0-patched2
image: toras9000/kallithea-mp:0.7.0-patched3
restart: unless-stopped
depends_on:
db: