Skip to content

Commit

Permalink
Updating ISO to v1.28.0-1672850525-15541
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot authored and spowelljr committed Jan 19, 2023
1 parent c42a121 commit 06e0ffb
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.28.0-1671646515-15541
ISO_VERSION ?= v1.28.0-1672850525-15541

# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
Expand Down

0 comments on commit 06e0ffb

Please sign in to comment.