diff --git a/SPEC.md b/SPEC.md index 83f2104..a31ea27 100644 --- a/SPEC.md +++ b/SPEC.md @@ -310,7 +310,7 @@ nano, ncdu, parallel, procps, shellcheck, sudo, tini, tree, unzip, vim, zsh | `datalad` | `uv tool install --with datalad-container --with datalad-next datalad` | | `jj` | Musl binary from GitHub release + zsh completion | | `deno` | Deno JS/TS runtime via install script + zsh/bash PATH setup | -| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.5.3) | +| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.6.1) | | `apptainer` | Apptainer `.deb` from upstream GitHub release (amd64 only; bookworm/trixie auto-detected) | ### Container Environment diff --git a/images/Dockerfile b/images/Dockerfile index cd35a08..a7ef605 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -212,7 +212,7 @@ RUN if [ "$EXTRA_ENTIRE" = "1" ]; then \ mkdir -p /tmp/goroot && \ tar -xzf /tmp/go.tar.gz -C /tmp/goroot --strip-components=1 && \ GOROOT=/tmp/goroot GOPATH=/tmp/gopath PATH="/tmp/goroot/bin:$PATH" \ - go install github.com/entireio/cli/cmd/entire@v0.5.3 && \ + go install github.com/entireio/cli/cmd/entire@v0.6.1 && \ mkdir -p ~/.local/bin && \ mv /tmp/gopath/bin/entire ~/.local/bin/entire && \ chmod -R u+w /tmp/gopath && \