We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffb330 commit b64c919Copy full SHA for b64c919
build.sh
@@ -4,7 +4,7 @@ set -eu -o pipefail
4
5
## Update docker image tag, because kernel build is using `uname -r` when defining package version variable
6
# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
7
-KERNEL_VERSION=5.13.8
+KERNEL_VERSION=5.13.9
8
PKGREL=1
9
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
10
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
0 commit comments