diff --git a/contracts/attrs/Makefile b/contracts/attrs/Makefile index 61143ef6..aa53bc75 100644 --- a/contracts/attrs/Makefile +++ b/contracts/attrs/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/attrs \ --mount type=volume,source=attrs_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/ibc/local/Makefile b/contracts/ibc/local/Makefile index f72d1186..9f2d5c8f 100644 --- a/contracts/ibc/local/Makefile +++ b/contracts/ibc/local/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../../:/code:Z --workdir /code/contracts/ibc/local \ --mount type=volume,source=ibc_local_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/ibc/remote/Makefile b/contracts/ibc/remote/Makefile index 45594c54..01f2d5ff 100644 --- a/contracts/ibc/remote/Makefile +++ b/contracts/ibc/remote/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../../:/code:Z --workdir /code/contracts/ibc/remote \ --mount type=volume,source=ibc_remote_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/marker/Makefile b/contracts/marker/Makefile index 61ae11a4..7eb12fbf 100644 --- a/contracts/marker/Makefile +++ b/contracts/marker/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/marker \ --mount type=volume,source=marker_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/msgfees/Makefile b/contracts/msgfees/Makefile index 97c81cee..cc7528a7 100644 --- a/contracts/msgfees/Makefile +++ b/contracts/msgfees/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/msgfees \ --mount type=volume,source=msgfees_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/name/Makefile b/contracts/name/Makefile index 3ab30071..a00c2e93 100644 --- a/contracts/name/Makefile +++ b/contracts/name/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/name \ --mount type=volume,source=name_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/scope/Makefile b/contracts/scope/Makefile index f5afb162..fe0f84da 100644 --- a/contracts/scope/Makefile +++ b/contracts/scope/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/scope \ --mount type=volume,source=scope_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/trigger/Makefile b/contracts/trigger/Makefile index 93b73816..5158c4fe 100644 --- a/contracts/trigger/Makefile +++ b/contracts/trigger/Makefile @@ -42,7 +42,7 @@ optimize: docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/trigger \ --mount type=volume,source=trigger_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0 .PHONY: install install: diff --git a/contracts/tutorial/Makefile b/contracts/tutorial/Makefile index 5d648a4f..69509390 100644 --- a/contracts/tutorial/Makefile +++ b/contracts/tutorial/Makefile @@ -41,4 +41,4 @@ optimize: docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/tutorial \ --mount type=volume,source=tutorial_cache,target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - $$image:0.15.0 + $$image:0.16.0