From 8f83435d9770e0a343960f3e67d79e0aacb57312 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 May 2023 13:02:57 +0000 Subject: [PATCH] chore(deps): update linuxkit/kernel docker tag to v5.15.110 --- server.yml | 2 +- tuto2.yml | 2 +- tuto3.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server.yml b/server.yml index 13256aa..f26db32 100644 --- a/server.yml +++ b/server.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:5.10.104 + image: linuxkit/kernel:5.15.110 # cmdline: "console=tty0 console=ttyS0" # cmdline: "console=tty0 adlin.network=alt" cmdline: "console=tty0" diff --git a/tuto2.yml b/tuto2.yml index daad8e6..3f76f84 100644 --- a/tuto2.yml +++ b/tuto2.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:5.10.104 + image: linuxkit/kernel:5.15.110 cmdline: "console=tty0 console=ttyS0 root=/dev/sda1 root=/dev/sr0 adlin.format=/dev/sda quiet" init: diff --git a/tuto3.yml b/tuto3.yml index e3eb989..f5fdf45 100644 --- a/tuto3.yml +++ b/tuto3.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:5.15.27 + image: linuxkit/kernel:5.15.110 # cmdline: "console=ttyS0 root=/dev/sda1 root=/dev/sr0 adlin.token=LqCdJDfniA" cmdline: "console=tty0"