Skip to content

Commit c27b736

Browse files
committed
Bump version to 100
1 parent 069c8d9 commit c27b736

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all build build-rust build-go test
22

33
# Builds the Rust library libwasmvm
4-
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev
4+
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100
55
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
66
# This image is currently not published.
77
ALPINE_TESTER := cosmwasm/alpine-tester:local

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/libwasmvm-builder:0020-dev
3+
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100
44

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

builders/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ any machine that can run Docker can do the cross-compilation.
1616

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

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

2222
## Changelog
2323

2424
**Unreleased**
2525

26+
**Version 0100:**
27+
2628
- Rename builder image from cosmwasm/go-ext-builder to
2729
cosmwasm/libwasmvm-builder
2830
- Replace CentOS with Debian image for GNU linux builds

0 commit comments

Comments
 (0)