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

Commit ccb4708

Browse files
committed
Update Linux to 4.14.127
1 parent e61c693 commit ccb4708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ ENV LINUX_GPG_KEYS \
186186
647F28654894E3BD457199BE38DBBDC86092693E
187187

188188
# updated via "update.sh"
189-
ENV LINUX_VERSION 4.14.125
189+
ENV LINUX_VERSION 4.14.127
190190

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

0 commit comments

Comments
 (0)