fix remaining two files for 6.12.59 kernel update

Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
Chris Irrgang
2025-12-11 12:54:34 +00:00
committed by Avi Deitcher
parent a066b29c1d
commit 62c4fdb3d7
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:6.12.59-367dfce300096c198d3333652b71beb68608a659
docker pull linuxkit/kernel:6.12.59-fac3a2ad495a23a50c8d2d7f173ecc7145049c29
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -5,7 +5,7 @@
set -e
KERNEL=linuxkit/kernel:6.12.59-367dfce300096c198d3333652b71beb68608a659
KERNEL=linuxkit/kernel:6.12.59-fac3a2ad495a23a50c8d2d7f173ecc7145049c29
# just include the common test
. ../tags.sh