aboutsummaryrefslogtreecommitdiffstats
path: root/image-builder/bootstrap.sh
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-16 12:49:20 +0200
committerDanilo M. <danix@danix.xyz>2026-07-16 12:49:20 +0200
commit6ae662fb92323ca4bbd2dd75062f8a38e9277ea8 (patch)
tree75a4408e3c181499d07caa55ae00cc511a262254 /image-builder/bootstrap.sh
parent64b849ba8b0aa20b128ae317d35e27e0a71f9e16 (diff)
downloadsbo-dockerbuild-6ae662fb92323ca4bbd2dd75062f8a38e9277ea8.tar.gz
sbo-dockerbuild-6ae662fb92323ca4bbd2dd75062f8a38e9277ea8.zip
release 1.1.1HEADv1.1.1master
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 03c485f..250da44 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.1.0" # bump via sed across all scripts; see CLAUDE.md Releases
+PROJECT_VERSION="1.1.1" # bump via sed across all scripts; see CLAUDE.md Releases
HERE="$(cd "$(dirname "$0")" && pwd)"
source "${HERE}/config"
LOG_TAG=bootstrap