From c74fcfff53a0b835042e3a110a56ed2a1ce93fa0 Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Tue, 16 Sep 2025 13:07:04 +0200 Subject: [PATCH] error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39cbd39e0f..2ac131c7a0 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ CONTRACTS_OUT_DIR = contracts/artifacts # COSMWASM_OPTIMIZER_IMAGE ?= cosmwasm/optimizer:0.17.0 COSMWASM_OPTIMIZER_PLATFORM ?= linux/amd64 -COSMWASM_CHECK_IMAGE=rust:1.88 +COSMWASM_CHECK_IMAGE ?= rust:1.88 # Ensure clean build environment and run the optimizer optimize-contracts: