We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68baee7 commit 3500a8fCopy full SHA for 3500a8f
src/jenesis/contracts/build.py
@@ -11,8 +11,8 @@
11
from jenesis.tasks.utils import chunks, get_last_modified_timestamp
12
13
14
-CONTRACT_BUILD_IMAGE = "cosmwasm/rust-optimizer:0.12.9"
15
-WORKSPACE_BUILD_IMAGE = "cosmwasm/workspace-optimizer:0.12.9"
+CONTRACT_BUILD_IMAGE = "cosmwasm/rust-optimizer:0.13.0"
+WORKSPACE_BUILD_IMAGE = "cosmwasm/workspace-optimizer:0.13.0"
16
DEFAULT_BUILD_STEPS = [
17
"RUSTFLAGS='-C link-arg=-s' cargo build --release --lib --target wasm32-unknown-unknown",
18
"mkdir -p artifacts",
0 commit comments