This commit is contained in:
Thomas Legay 2023-07-27 16:29:59 +02:00
parent 109d1a34f2
commit 0207fb1325
18 changed files with 60 additions and 48 deletions

View file

@ -1,10 +1,10 @@
#!/bin/bash
APP=gotify
VERSION=2.2.4
VERSION=2.3.0
GIT_VERSION=v$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=6
DEPOT=https://github.com/gotify/server.git
PACKAGE_DEPENDENCY="build-essential nodejs yarn"