Skip to content

Commit

Permalink
Update optimizer for contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 4, 2024
1 parent d8a776f commit 37126d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ jobs:
for contract_dir in contracts/*; do
if [ -d "$contract_dir" ]; then
echo "Building '$contract_dir' ..."
docker run --volumes-from with_code cosmwasm/optimizer:0.15.0 "$contract_dir"
docker run --volumes-from with_code cosmwasm/optimizer:0.16.0 "$contract_dir"
fi
done
- run:
Expand Down

0 comments on commit 37126d3

Please sign in to comment.