This commit is contained in:
Thomas Legay 2024-03-17 23:55:26 +01:00
parent a31db48ad0
commit 4aa8111f98
10 changed files with 20 additions and 17 deletions

View file

@ -1,12 +1,12 @@
#!/bin/bash
VERSION=0.47.8
VERSION=0.49.0
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=bookworm
IMAGE_SIZE=10
IMAGE_SIZE=14
PACKAGE_DEPENDENCY="build-essential default-jdk curl nodejs yarn"
main(){