Skip to content

Commit

Permalink
bump optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Sep 10, 2024
1 parent b3582af commit c972bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- run:
name: Build development contracts
command: |
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.9
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.15.1
docker cp with_code:/code/artifacts ./artifacts
- run:
name: Show data
Expand All @@ -253,4 +253,4 @@ jobs:
-c "$CIRCLE_SHA1" \
-n "$TITLE" -b "$BODY" \
-delete \
"$TAG" ./artifacts/
"$TAG" ./artifacts/

0 comments on commit c972bad

Please sign in to comment.