Skip to content

Commit

Permalink
Bump version to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 30, 2024
1 parent 2a913a1 commit 641a4d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all build build-rust build-go test

# Builds the Rust library libwasmvm
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
# This image is currently not published.
ALPINE_TESTER := cosmwasm/alpine-tester:local
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/libwasmvm-builder:0020-dev
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100

.PHONY: docker-image-debian
docker-image-debian:
Expand Down
6 changes: 4 additions & 2 deletions builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ any machine that can run Docker can do the cross-compilation.

See those DockerHub repos for all available versions of the builder images.

- From 0020: https://hub.docker.com/r/cosmwasm/libwasmvm-builder/tags
- Until 0019: https://hub.docker.com/r/cosmwasm/go-ext-builder/tags
- From version 0100: https://hub.docker.com/r/cosmwasm/libwasmvm-builder/tags
- Before version 0100: https://hub.docker.com/r/cosmwasm/go-ext-builder/tags

## Changelog

**Unreleased**

**Version 0100:**

- Rename builder image from cosmwasm/go-ext-builder to
cosmwasm/libwasmvm-builder
- Replace CentOS with Debian image for GNU linux builds
Expand Down

0 comments on commit 641a4d6

Please sign in to comment.