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 43190da commit af6e4b0Copy full SHA for af6e4b0
Makefile
@@ -23,7 +23,7 @@ KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/co
23
KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f2)
24
25
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
26
-ISO_VERSION ?= v1.31.0-1696534967-17206
+ISO_VERSION ?= v1.31.0-1697038534-17206
27
28
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
29
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
0 commit comments