diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-16 12:49:20 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-16 12:49:20 +0200 |
| commit | 6ae662fb92323ca4bbd2dd75062f8a38e9277ea8 (patch) | |
| tree | 75a4408e3c181499d07caa55ae00cc511a262254 /image-builder/bootstrap.sh | |
| parent | 64b849ba8b0aa20b128ae317d35e27e0a71f9e16 (diff) | |
| download | sbo-dockerbuild-6ae662fb92323ca4bbd2dd75062f8a38e9277ea8.tar.gz sbo-dockerbuild-6ae662fb92323ca4bbd2dd75062f8a38e9277ea8.zip | |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'image-builder/bootstrap.sh')
| -rwxr-xr-x | image-builder/bootstrap.sh | 2 |
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 |
