chore: bump gen_initramfs to 6.11.3

This commit is contained in:
Anton Livaja 2024-10-15 17:55:53 -04:00
parent 0356639e9a
commit 0c422dd3bb
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=6.8
ENV SRC_HASH=c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3
ENV VERSION=6.11.3
ENV SRC_HASH=057263d0afc17d5253794afd3d239ba4da4aa734b22fa36c1665f41b95449b73
ENV SRC_FILE=linux-${VERSION}.tar.xz
ENV SRC_SITE=http://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/${SRC_FILE}