We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a7b79 commit 5b9970cCopy full SHA for 5b9970c
Makefile
@@ -1,9 +1,9 @@
1
.PHONY: all build build-rust build-go test
2
3
# Builds the Rust library libwasmvm
4
-BUILDERS_PREFIX := cosmwasm/go-ext-builder:0015
+BUILDERS_PREFIX := cosmwasm/go-ext-builder:0016
5
# Contains a full Go dev environment in order to run Go tests on the built library
6
-ALPINE_TESTER := cosmwasm/go-ext-builder:0015-alpine
+ALPINE_TESTER := cosmwasm/go-ext-builder:0016-alpine
7
8
USER_ID := $(shell id -u)
9
USER_GROUP = $(shell id -g)
builders/Makefile
@@ -1,6 +1,6 @@
# Versioned by a simple counter that is not bound to a specific CosmWasm version
# See builders/README.md
.PHONY: docker-image-centos7
docker-image-centos7:
0 commit comments