Skip to content

Commit

Permalink
update cosmwasm optimizer docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Jul 11, 2024
1 parent 7fee513 commit f1695ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-cw-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
-v "$(pwd)":/code \
-v "$(pwd)"/target:/target \
-v "${HOME}/.cargo/registry":/usr/local/cargo/registry \
cosmwasm/optimizer:0.15.1 ./ibc-clients/ics07-tendermint/cw-contract
cosmwasm/optimizer:0.16.0 ./ibc-clients/ics07-tendermint/cw-contract
- name: Fix permissions
run: |
Expand Down

0 comments on commit f1695ba

Please sign in to comment.