From 20c3650c095deb00fd53bf6267e85c86c78d906d Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Thu, 26 Apr 2018 22:24:51 +0300 Subject: [PATCH] Added Raspberry Pi 3B+ support --- scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper index 5585509b..5563bdf4 100644 --- a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper +++ b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper @@ -13,7 +13,7 @@ RUN mkdir -p /source/assets COPY rootfs_arm64.tar.gz /source/assets/rootfs_arm64.tar.gz ENV URL=https://github.com/DieterReuter/rpi64-kernel/releases/download -ENV VER=v20180319-130037 +ENV VER=v20180426-171616 RUN curl -fL ${URL}/${VER}/4.9.80-hypriotos-v8.tar.gz > /source/assets/kernel.tar.gz RUN curl -fL ${URL}/${VER}/bootfiles.tar.gz > /source/assets/bootfiles.tar.gz