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 3163abe commit 2191194Copy full SHA for 2191194
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.37.0-1765668803-22141
+ISO_VERSION ?= v1.37.0-1765846775-22141
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