We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c14f90 commit 62edf1bCopy full SHA for 62edf1b
Makefile
@@ -75,7 +75,7 @@ compile-optimized-reproducible:
75
docker run --rm -v "$$(pwd)":/contract \
76
--mount type=volume,source="$$(basename "$$(pwd)")_cache",target=/code/target \
77
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
78
- ghcr.io/scrtlabs/secret-contract-optimizer:1.0.12
+ ghcr.io/scrtlabs/secret-contract-optimizer:1.0.13
79
80
contract.wasm.gz: contract.wasm
81
cat ./contract.wasm | gzip -9 > ./contract.wasm.gz
0 commit comments