new version authelia gitea glpi joplin

This commit is contained in:
thomas 2022-03-14 23:57:03 +01:00
parent 0fca739c90
commit 0001546ae9
4 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=4.34.3
VERSION=4.34.4
RELEASE=1
[ -e ./lib/function.sh ] && source ./lib/function.sh
@ -20,7 +20,7 @@ envinit() {
apt-get update
apt-get dist-upgrade -y
else
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y nodejs

View File

@ -1,7 +1,7 @@
#!/bin/bash
VERSION=1.16.3
RELEASE=5
VERSION=1.16.4
RELEASE=1
[ -e ./lib/function.sh ] && source ./lib/function.sh

View File

@ -1,14 +1,13 @@
#!/bin/bash
VERSION=10.0.0-rc2-thl
RELEASE=1
VERSION=10.0.0-rc2
[ -e ./lib/function.sh ] && source ./lib/function.sh
APP=glpi
DEPOT=https://github.com/tomamplius/glpi.git
GIT_VERSION=${VERSION}
DEB_VERSION=${VERSION}-${RELEASE}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=2

View File

@ -5,7 +5,7 @@
APP=joplin
GIT_VERSION=v2.7.14
DEB_VERSION_DESKTOP=2.7.14-4
DEB_VERSION_DESKTOP=2.7.15-1
DEB_VERSION_SERVER=2.7.4-4
DEBIAN_VERSION_CODENAME=bullseye