Skip to content

Commit

Permalink
Merge pull request #82 from CosmWasm/jakub/update-circleci-workspace-…
Browse files Browse the repository at this point in the history
…optimizer

Update workspace optimizer image to 0.12.7 on circleci
  • Loading branch information
ethanfrey authored Sep 15, 2022
2 parents ad5b0ed + 97b64e2 commit 27ffdc6
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 @@ -261,7 +261,7 @@ jobs:
- run:
name: Build development contracts
command: |
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.1
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.7
docker cp with_code:/code/artifacts ./artifacts
- run:
name: Show data
Expand Down

0 comments on commit 27ffdc6

Please sign in to comment.