Skip to content

Commit 446d3ee

Browse files
committed
Use stable kernels
Distros are more likely to be following stable than Linus's tree. So use this instead. These also get fixes (build or otherwise) over time.
1 parent 70fa2ea commit 446d3ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

KERNELS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v5.15
2-
v6.1
3-
v6.6
4-
v6.12
1+
v5.15.177
2+
v6.1.128
3+
v6.6.75
4+
v6.12.12

docker/Dockerfile.kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apk update && apk add \
2323

2424
WORKDIR /
2525

26-
ARG KERNEL_REPO=https://github.com/torvalds/linux.git
26+
ARG KERNEL_REPO=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
2727
ARG KERNEL_TAG
2828

2929
RUN git clone --depth 1 ${KERNEL_REPO} linux --branch ${KERNEL_TAG}

0 commit comments

Comments
 (0)