We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9fa37 commit 2fbc264Copy full SHA for 2fbc264
mk/linuxkit.mk
@@ -20,8 +20,8 @@ LINUXKIT_SOURCE ?= https://github.com/linuxkit/linuxkit
20
21
# LINUXKIT_GIT_REF must be a commit hash (reproducible, no ls-remote needed).
22
# Update by running: git ls-remote https://github.com/linuxkit/linuxkit master
23
-LINUXKIT_GIT_URL ?= https://github.com/linuxkit/linuxkit
24
-LINUXKIT_GIT_REF ?= 4cfb70d3cc9256024bb0d4de760c631df0ad06f6
+LINUXKIT_GIT_URL ?= https://github.com/europaul/linuxkit
+LINUXKIT_GIT_REF ?= 420d550a9e0df323ce01e0324dfb6053468c4814
25
# Optional local source tree — takes priority over LINUXKIT_GIT_URL.
26
# make LINUXKIT_SRC=/path/to/linuxkit <target>
27
LINUXKIT_SRC ?=
0 commit comments