Skip to content

Commit

Permalink
kernel: 5.4.0-72.80-rancher1 (rancher#691)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <[email protected]>
  • Loading branch information
dweomer authored May 4, 2021
1 parent 8750b60 commit 869bb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/10-kernel-stage1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get --assume-yes update \
&& echo 'nls_iso8859_1' >> /etc/initramfs-tools/modules

ARG ARCH
ENV KVERSION=5.4.0-70-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.4.0-70.78-rancher1
ENV KVERSION=5.4.0-72-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.4.0-72.80-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 869bb94

Please sign in to comment.