Skip to content

Commit 96203ca

Browse files
committed
chore: bump nilcc version
1 parent 449f711 commit 96203ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/measurement-hash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SCRIPT_PATH=$(dirname $(realpath $0))
66
ROOT_PATH="$SCRIPT_PATH/../"
77
DOCKER_COMPOSE_HASH=$(sha256sum $ROOT_PATH/docker-compose-nilcc.yaml | cut -d" " -f1)
88
VCPUS=4
9-
NILCC_VERSION=4040516
9+
NILCC_VERSION=0.1.2
1010

1111
MEASUREMENT_HASH=$(docker run -v/tmp/nilcc-verifier-cache:/tmp/nilcc-verifier-cache --rm ghcr.io/nillionnetwork/nilcc-verifier:latest measurement-hash $DOCKER_COMPOSE_HASH $NILCC_VERSION --vm-type cpu --cpus $VCPUS)
1212
echo "$MEASUREMENT_HASH"

0 commit comments

Comments
 (0)