crush-sandbox 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docker-sandbox-crush +2 -2
- package/package.json +1 -1
package/docker-sandbox-crush
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
set -e
|
|
4
4
|
|
|
5
|
-
VERSION="0.6.
|
|
5
|
+
VERSION="0.6.1"
|
|
6
6
|
|
|
7
7
|
# Docker image configuration - can be overridden via DOCKER_SANDBOX_IMAGE environment variable
|
|
8
|
-
DOCKER_IMAGE="${DOCKER_SANDBOX_IMAGE:-node:22-bookworm
|
|
8
|
+
DOCKER_IMAGE="${DOCKER_SANDBOX_IMAGE:-node:22-bookworm}"
|
|
9
9
|
|
|
10
10
|
# Color codes (disabled if NO_COLOR is set or not a TTY)
|
|
11
11
|
if [ -t 0 ] && [ -z "$NO_COLOR" ]; then
|