Skip to content

Commit f2d4644

Browse files
committed
linuxkit: bump LinuxKit 1.6.0 -> 1.8.2
1 parent b2e1a5b commit f2d4644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ declare -g HOOK_LK_CONTAINERS_OCI_BASE="${HOOK_LK_CONTAINERS_OCI_BASE:-"quay.io/
4040
declare -g SKOPEO_IMAGE="${SKOPEO_IMAGE:-"quay.io/skopeo/stable:v1.17.0"}" # See https://quay.io/repository/skopeo/stable?tab=tags&tag=latest
4141

4242
# See https://github.com/linuxkit/linuxkit/releases
43-
declare -g -r LINUXKIT_VERSION_DEFAULT="${LINUXKIT_VERSION:-"1.6.0"}" # LinuxKit version to use by default; each flavor can set its own too
43+
declare -g -r LINUXKIT_VERSION_DEFAULT="${LINUXKIT_VERSION:-"1.8.2"}" # LinuxKit version to use by default; each flavor can set its own too
4444

4545
# Directory to use for storing downloaded artifacts: LinuxKit binary, shellcheck binary, etc.
4646
declare -g -r CACHE_DIR="${CACHE_DIR:-"cache"}"

0 commit comments

Comments
 (0)