Skip to content

Commit 5b9970c

Browse files
committed
Set builders tag to 0016
1 parent a1a7b79 commit 5b9970c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.PHONY: all build build-rust build-go test
22

33
# Builds the Rust library libwasmvm
4-
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0015
4+
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0016
55
# 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
6+
ALPINE_TESTER := cosmwasm/go-ext-builder:0016-alpine
77

88
USER_ID := $(shell id -u)
99
USER_GROUP = $(shell id -g)

builders/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versioned by a simple counter that is not bound to a specific CosmWasm version
22
# See builders/README.md
3-
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0015
3+
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0016
44

55
.PHONY: docker-image-centos7
66
docker-image-centos7:

0 commit comments

Comments
 (0)