File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all build build-rust build-go test
2
2
3
3
# Builds the Rust library libwasmvm
4
- BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev
4
+ BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100
5
5
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
6
6
# This image is currently not published.
7
7
ALPINE_TESTER := cosmwasm/alpine-tester:local
Original file line number Diff line number Diff line change 1
1
# Versioned by a simple counter that is not bound to a specific CosmWasm version
2
2
# See builders/README.md
3
- BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev
3
+ BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0100
4
4
5
5
.PHONY : docker-image-debian
6
6
docker-image-debian :
Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ any machine that can run Docker can do the cross-compilation.
16
16
17
17
See those DockerHub repos for all available versions of the builder images.
18
18
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
21
21
22
22
## Changelog
23
23
24
24
** Unreleased**
25
25
26
+ ** Version 0100:**
27
+
26
28
- Rename builder image from cosmwasm/go-ext-builder to
27
29
cosmwasm/libwasmvm-builder
28
30
- Replace CentOS with Debian image for GNU linux builds
You can’t perform that action at this time.
0 commit comments