update
This commit is contained in:
parent
69cbf81a7c
commit
679d31630b
29 changed files with 112 additions and 32 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2024.6.2
|
||||
VERSION=2025.1.0
|
||||
APP=vaultwarden-web
|
||||
BITWARDEN_VERSION=v${VERSION}
|
||||
GIT_VERSION=${BITWARDEN_VERSION}c
|
||||
GIT_VERSION=${BITWARDEN_VERSION}
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=5
|
||||
|
@ -12,7 +12,7 @@ PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs"
|
|||
|
||||
main(){
|
||||
base_package_upgrade
|
||||
configure_depot_nodejs 18
|
||||
configure_depot_nodejs 22
|
||||
install_package_dependency
|
||||
get_git_source
|
||||
build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue