diff --git a/build.sh b/build.sh index 8917ebe0..f98adcce 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -eu -o pipefail ## Update docker image tag, because kernel build is using `uname -r` when defining package version variable # KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1) -KERNEL_VERSION=5.13.8 +KERNEL_VERSION=5.13.9 PKGREL=1 #KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git