Skip to content

Commit

Permalink
Set builders tag to 0016
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 28, 2023
1 parent a1a7b79 commit 5b9970c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion builders/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5b9970c

Please sign in to comment.