Bump KanBoard to 1.2.9
This commit is contained in:
parent
959da1a423
commit
f97d06873e
@ -11,12 +11,9 @@ RUN EOF
|
|||||||
apk --no-cache add --virtual .deps git
|
apk --no-cache add --virtual .deps git
|
||||||
|
|
||||||
# Download KanBoard
|
# Download KanBoard
|
||||||
wget https://github.com/kanboard/kanboard/archive/v1.2.8.zip -O /srv/kanboard.zip
|
wget https://github.com/kanboard/kanboard/archive/v1.2.9.zip -O /srv/kanboard.zip
|
||||||
unzip /srv/kanboard.zip -d /srv
|
unzip /srv/kanboard.zip -d /srv
|
||||||
mv /srv/kanboard-1.2.8 /srv/kanboard
|
mv /srv/kanboard-1.2.9 /srv/kanboard
|
||||||
|
|
||||||
# Hackfix postgres schema (will be fixed in 1.2.9)
|
|
||||||
wget https://raw.githubusercontent.com/kanboard/kanboard/master/app/Schema/Sql/postgres.sql -O /srv/kanboard/app/Schema/Sql/postgres.sql
|
|
||||||
|
|
||||||
# Install plugins
|
# Install plugins
|
||||||
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation
|
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation
|
||||||
|
Loading…
Reference in New Issue
Block a user