We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69921a9 commit 967cc2eCopy full SHA for 967cc2e
build.sh
@@ -29,7 +29,7 @@ declare -g HOOK_LK_CONTAINERS_OCI_BASE="${HOOK_LK_CONTAINERS_OCI_BASE:-"quay.io/
29
declare -g SKOPEO_IMAGE="${SKOPEO_IMAGE:-"quay.io/skopeo/stable:latest"}"
30
31
# See https://github.com/linuxkit/linuxkit/releases
32
-declare -g -r LINUXKIT_VERSION_DEFAULT="1.5.0" # LinuxKit version to use by default; each flavor can set its own too
+declare -g -r LINUXKIT_VERSION_DEFAULT="1.5.2" # LinuxKit version to use by default; each flavor can set its own too
33
34
# Directory to use for storing downloaded artifacts: LinuxKit binary, shellcheck binary, etc.
35
declare -g -r CACHE_DIR="${CACHE_DIR:-"cache"}"
0 commit comments