diff --git a/Makefile b/Makefile index f58ecb0..9861aef 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .PHONY: all build build-rust build-go test # Builds the Rust library libwasmvm -BUILDERS_PREFIX := cosmwasm/go-ext-builder:0012 +BUILDERS_PREFIX := cosmwasm/go-ext-builder:0013 # Contains a full Go dev environment in order to run Go tests on the built library -ALPINE_TESTER := cosmwasm/go-ext-builder:0012-alpine +ALPINE_TESTER := cosmwasm/go-ext-builder:0013-alpine USER_ID := $(shell id -u) USER_GROUP = $(shell id -g) diff --git a/builders/Makefile b/builders/Makefile index e48947e..0e3944c 100644 --- a/builders/Makefile +++ b/builders/Makefile @@ -1,6 +1,6 @@ # Versioned by a simple counter that is not bound to a specific CosmWasm version # See builders/README.md -BUILDERS_PREFIX := cosmwasm/go-ext-builder:0012 +BUILDERS_PREFIX := cosmwasm/go-ext-builder:0013 .PHONY: docker-image-centos7 docker-image-centos7: