This commit is contained in:
Thomas Legay 2024-07-04 02:30:57 +02:00
parent 8178f6679a
commit 1705d59286
15 changed files with 19 additions and 19 deletions

View file

@ -1,11 +1,11 @@
#!/bin/bash
VERSION=4.38.7
VERSION=4.38.9
APP=authelia
DEPOT=https://github.com/authelia/authelia.git
GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=6
PACKAGE_DEPENDENCY="build-essential nodejs"