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 bfcc30a commit b086ac9Copy full SHA for b086ac9
Makefile
@@ -24,7 +24,7 @@ KIC_VERSION ?= $(shell grep -E "Version =" pkg/drivers/kic/types.go | cut -d \"
24
HUGO_VERSION ?= $(shell grep -E "HUGO_VERSION = \"" netlify.toml | cut -d \" -f2)
25
26
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
27
-ISO_VERSION ?= v1.36.0-1756054627-21410
+ISO_VERSION ?= v1.36.0-1756092274-21410
28
29
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
30
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
0 commit comments