From a1c8bd8cd84b9c0034b3f479bd5384753fe83c29 Mon Sep 17 00:00:00 2001 From: Expotential108 Date: Tue, 6 Sep 2022 11:07:48 +0200 Subject: [PATCH] Bump builders version --- Makefile | 4 ++-- builders/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: