Skip to content

Commit 37126d3

Browse files
committed
Update optimizer for contracts
1 parent d8a776f commit 37126d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ jobs:
12281228
for contract_dir in contracts/*; do
12291229
if [ -d "$contract_dir" ]; then
12301230
echo "Building '$contract_dir' ..."
1231-
docker run --volumes-from with_code cosmwasm/optimizer:0.15.0 "$contract_dir"
1231+
docker run --volumes-from with_code cosmwasm/optimizer:0.16.0 "$contract_dir"
12321232
fi
12331233
done
12341234
- run:

0 commit comments

Comments
 (0)