aboutsummaryrefslogtreecommitdiffstats
path: root/image-builder/bootstrap.sh
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-16 11:53:15 +0200
committerDanilo M. <danix@danix.xyz>2026-07-16 11:53:15 +0200
commit0b9bbe2e5aafb69ddb069fed1819bee5eb0571bf (patch)
tree6a9b0f6e2bd502fc7b537dac43738c86473e26de /image-builder/bootstrap.sh
parent3610ad0b72d3bee64c54cb475516a6a20442c07f (diff)
downloadsbo-dockerbuild-0b9bbe2e5aafb69ddb069fed1819bee5eb0571bf.tar.gz
sbo-dockerbuild-0b9bbe2e5aafb69ddb069fed1819bee5eb0571bf.zip
release 1.1.0v1.1.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'image-builder/bootstrap.sh')
-rwxr-xr-ximage-builder/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/image-builder/bootstrap.sh b/image-builder/bootstrap.sh
index ea76413..03c485f 100755
--- a/image-builder/bootstrap.sh
+++ b/image-builder/bootstrap.sh
@@ -14,7 +14,7 @@
# bootstrap.sh — build the sbo-base:{ver} image FROM scratch from NAS trees.
# Run as root (installpkg). Adapted from forge slackware/docker-images.
set -euo pipefail
-PROJECT_VERSION="1.0.0" # bump via sed across all scripts; see CLAUDE.md Releases
+PROJECT_VERSION="1.1.0" # bump via sed across all scripts; see CLAUDE.md Releases
HERE="$(cd "$(dirname "$0")" && pwd)"
source "${HERE}/config"
LOG_TAG=bootstrap