Skip to content

Commit f201c56

Browse files
authored
Merge pull request #69 from NillionNetwork/chore/bump_nilcc_version
chore: bump nilcc version
2 parents 449f711 + 96203ca commit f201c56

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)