mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 23:18:41 +00:00
pkg/firmware,firmware-all: Update to latest version
Update the the firmware packages to the latest commit of the upstream linux-firmware repository. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apk add --no-cache git kmod
|
||||
# Clone the firmware repository
|
||||
# Make sure you also update the FW_COMMIT in ../firmware-all/Dockerfile
|
||||
ENV FW_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
ENV FW_COMMIT=65b1c68c63f974d72610db38dfae49861117cae2
|
||||
ENV FW_COMMIT=d1147327232ec4616a66ab898df84f9700c816c1
|
||||
WORKDIR /
|
||||
RUN git clone ${FW_URL} && \
|
||||
cd /linux-firmware && \
|
||||
|
Reference in New Issue
Block a user