Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #411 from dweomer/kernel/5.0.0-43.47-rancher1
Browse files Browse the repository at this point in the history
kernel 5.0.0-43.47-rancher1
  • Loading branch information
dweomer authored Apr 1, 2020
2 parents fbe0b4e + b02c55a commit 4b77c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/01-kernel-stage1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apt-get update -y && \
apt-get install -y kmod initramfs-tools curl rsync xz-utils

ARG ARCH
ENV KVERSION=5.0.0-41-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.0.0-41.45-rancher1
ENV KVERSION=5.0.0-43-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.0.0-43.47-rancher1
ENV KERNEL_XZ=${URL}/kernel-generic_${ARCH}.tar.xz
ENV KERNEL_EXTRA_XZ=${URL}/kernel-extra-generic_${ARCH}.tar.xz
ENV KERNEL_HEADERS_XZ=${URL}/kernel-headers-generic_${ARCH}.tar.xz
Expand Down

0 comments on commit 4b77c76

Please sign in to comment.