From 5b9970c7cf9647c134f70a8534ddc67d3480fbdb Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 28 Jun 2023 17:51:29 +0200 Subject: [PATCH] Set builders tag to 0016 --- Makefile | 4 ++-- builders/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9ddcbdfa6..654c777f9 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:0015 +BUILDERS_PREFIX := cosmwasm/go-ext-builder:0016 # Contains a full Go dev environment in order to run Go tests on the built library -ALPINE_TESTER := cosmwasm/go-ext-builder:0015-alpine +ALPINE_TESTER := cosmwasm/go-ext-builder:0016-alpine USER_ID := $(shell id -u) USER_GROUP = $(shell id -g) diff --git a/builders/Makefile b/builders/Makefile index e7467f70a..3d18e0d31 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:0015 +BUILDERS_PREFIX := cosmwasm/go-ext-builder:0016 .PHONY: docker-image-centos7 docker-image-centos7: