Skip to content

Commit 8c5516b

Browse files
authored
update kernel to include latest apparmor fixes (#400)
1 parent 5dd5754 commit 8c5516b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-bake.hcl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ target "debian" {
5353
FRR_VERSION_DETAIL ="10.4.3-0~deb12u1"
5454
FRR_APT_CHANNEL ="bookworm"
5555
# see https://packages.debian.org/bookworm/kernel/ for available versions
56-
# upgrade to > 6.1.0-40 actually not possible because it breaks calico:
57-
# see https://github.com/projectcalico/calico/issues/11302#issuecomment-3526431095
58-
KERNEL_VERSION = "6.1.0-42"
56+
KERNEL_VERSION = "6.1.0-44"
5957
CONTAINERD_VERSION = "2.1.5-1~debian.12~bookworm"
6058
}
6159
tags = ["ghcr.io/metal-stack/debian:${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}"]
@@ -97,7 +95,7 @@ target "ubuntu" {
9795
FRR_VERSION_DETAIL ="10.4.3-0~ubuntu24.04.1"
9896
FRR_APT_CHANNEL ="noble"
9997
# see https://kernel.ubuntu.com/mainline for available versions
100-
UBUNTU_MAINLINE_KERNEL_VERSION = "v6.12.74"
98+
UBUNTU_MAINLINE_KERNEL_VERSION = "v6.12.77"
10199
CONTAINERD_VERSION = "2.1.5-1~ubuntu.24.04~noble"
102100
}
103101
tags = ["ghcr.io/metal-stack/ubuntu:${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}"]

0 commit comments

Comments
 (0)