Skip to content

Commit 43f4eb3

Browse files
authored
update kernels (#410)
1 parent 31902a0 commit 43f4eb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ target "debian" {
5353
FRR_VERSION_DETAIL ="10.4.4-0~deb12u1"
5454
FRR_APT_CHANNEL ="bookworm"
5555
# see https://packages.debian.org/bookworm/kernel/ for available versions
56-
KERNEL_VERSION = "6.1.0-48"
56+
KERNEL_VERSION = "6.1.0-49"
5757
CONTAINERD_VERSION = "2.1.5-1~debian.12~bookworm"
5858
}
5959
tags = ["ghcr.io/metal-stack/debian:${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}"]
@@ -95,7 +95,7 @@ target "ubuntu" {
9595
FRR_VERSION_DETAIL ="10.4.4-0~ubuntu24.04.1"
9696
FRR_APT_CHANNEL ="noble"
9797
# see https://kernel.ubuntu.com/mainline for available versions
98-
UBUNTU_MAINLINE_KERNEL_VERSION = "v6.12.89"
98+
UBUNTU_MAINLINE_KERNEL_VERSION = "v6.12.90"
9999
CONTAINERD_VERSION = "2.1.5-1~ubuntu.24.04~noble"
100100
}
101101
tags = ["ghcr.io/metal-stack/ubuntu:${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}"]

0 commit comments

Comments
 (0)