Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Update kernel to 4.14.86
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 7, 2018
1 parent 2d81bf2 commit e0d1ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -186,7 +186,7 @@ ENV LINUX_GPG_KEYS \
647F28654894E3BD457199BE38DBBDC86092693E

# updated via "update.sh"
ENV LINUX_VERSION 4.14.85
ENV LINUX_VERSION 4.14.86

RUN wget -O /linux.tar.xz "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.xz"; \
wget -O /linux.tar.asc "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.sign"; \
Expand Down

0 comments on commit e0d1ac5

Please sign in to comment.