Skip to content

Commit f2c8a29

Browse files
authored
5.13.13
1 parent 037e393 commit f2c8a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu -o pipefail
44

55
## Update docker image tag, because kernel build is using `uname -r` when defining package version variable
66
# 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.12
7+
KERNEL_VERSION=5.13.13
88
PKGREL=1
99
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
1010
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git

0 commit comments

Comments
 (0)