Skip to content

Commit 62edf1b

Browse files
committed
ci: secret optimizer
1 parent 1c14f90 commit 62edf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ compile-optimized-reproducible:
7575
docker run --rm -v "$$(pwd)":/contract \
7676
--mount type=volume,source="$$(basename "$$(pwd)")_cache",target=/code/target \
7777
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
78-
ghcr.io/scrtlabs/secret-contract-optimizer:1.0.12
78+
ghcr.io/scrtlabs/secret-contract-optimizer:1.0.13
7979

8080
contract.wasm.gz: contract.wasm
8181
cat ./contract.wasm | gzip -9 > ./contract.wasm.gz

0 commit comments

Comments
 (0)