update version
This commit is contained in:
parent
0ec450ed04
commit
249a7e28e1
8 changed files with 26 additions and 11 deletions
|
@ -1,20 +1,21 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.44.2
|
||||
VERSION=0.44.3
|
||||
APP=metabase
|
||||
DEPOT=https://github.com/metabase/metabase.git
|
||||
GIT_VERSION=v$VERSION
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=10
|
||||
PACKAGE_DEPENDENCY="build-essential openjdk-17-jdk curl nodejs yarn"
|
||||
|
||||
STEP="base_package_upgrade envinit get_git_source build makedeb"
|
||||
|
||||
envinit() {
|
||||
configure_depot_yarn
|
||||
configure_depot_nodejs
|
||||
apt install -y --no-install-recommends build-essential openjdk-17-jdk curl nodejs yarn
|
||||
wget -qO - https://download.clojure.org/install/linux-install-1.11.1.1155.sh | bash
|
||||
install_package_dependency
|
||||
install_clojure
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue