Skip to content

Commit fca24cf

Browse files
authored
Merge pull request #46 from DieterReuter/upgrade-kernel-4.9.69
Upgrade to kernel 4.9.69 optimized for Docker
2 parents 67b2778 + 5f36620 commit fca24cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
require 'spec_helper'
22

33
describe command('uname -r') do
4-
its(:stdout) { should match /4.9.66-hypriotos-v8/ }
4+
its(:stdout) { should match /4.9.69-hypriotos-v8/ }
55
its(:exit_status) { should eq 0 }
66
end
77

8-
describe file('/lib/modules/4.9.66-hypriotos-v8/kernel') do
8+
describe file('/lib/modules/4.9.69-hypriotos-v8/kernel') do
99
it { should be_directory }
1010
end

versions.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1
99

1010
# specific versions of kernel/firmware and docker tools
1111
export BOOTLOADER_BUILD="20171216-171651"
12-
export KERNEL_BUILD="20171203-204525"
13-
export KERNEL_VERSION="4.9.66"
12+
export KERNEL_BUILD="20171216-172054"
13+
export KERNEL_VERSION="4.9.69"
1414
export DOCKER_ENGINE_VERSION="17.11.0~ce"
1515
export DOCKER_COMPOSE_VERSION="1.17.1"
1616
export DOCKER_MACHINE_VERSION="0.13.0"

0 commit comments

Comments
 (0)