This commit is contained in:
thomas 2023-01-01 23:02:32 +01:00
parent f1fc3cb2e9
commit 2ab7cf7938
13 changed files with 16 additions and 16 deletions

View file

@ -1,12 +1,12 @@
#!/bin/bash
VERSION=1.17.4
VERSION=1.18.0
APP=gitea
DEPOT=https://github.com/go-gitea/gitea.git
GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=5
IMAGE_SIZE=6
PACKAGE_DEPENDENCY="build-essential nodejs"
main() {