Skip to content

Commit

Permalink
Updating ISO to v1.27.0-1666206003-15159
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Oct 19, 2022
1 parent 54424c0 commit c04e65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/co
KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f2)

# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
ISO_VERSION ?= v1.27.0-1666125183-15159
ISO_VERSION ?= v1.27.0-1666206003-15159
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
DEB_REVISION ?= 0
Expand Down

0 comments on commit c04e65b

Please sign in to comment.