Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 84996b2

Browse files
committed
Fix a typo path for rpi kernel url
1 parent 8123859 commit 84996b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY rootfs_arm64.tar.gz /source/assets/rootfs_arm64.tar.gz
1515
ENV URL=https://github.com/DieterReuter/rpi64-kernel/releases/download
1616
ENV VER=v20180114-121512
1717

18-
RUN curl -fL ${URL}/${VER}/4.9.69-hypriotos-v8.tar.gz > /source/assets/kernel.tar.gz
18+
RUN curl -fL ${URL}/${VER}/4.9.76-hypriotos-v8.tar.gz > /source/assets/kernel.tar.gz
1919
RUN curl -fL ${URL}/${VER}/bootfiles.tar.gz > /source/assets/bootfiles.tar.gz
2020
RUN curl -fL https://github.com/DieterReuter/rpi-bootloader/releases/download/v20180114-121611/rpi-bootloader.tar.gz > /source/assets/rpi-bootfiles.tar.gz
2121

0 commit comments

Comments
 (0)