Skip to content

Commit 20f70de

Browse files
committed
Set builders version 0019
1 parent 47ec67e commit 20f70de

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

+1-1
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/go-ext-builder:0019-dev
4+
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019
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

+1-1
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:0019-dev
3+
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019
44

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

builders/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ versions of the builder images.
2121

2222
**Unreleased**
2323

24+
**Version 0019:**
25+
2426
- Bump `OSX_VERSION_MIN` to 10.15.
2527
- Update Rust to 1.77.0.
2628

0 commit comments

Comments
 (0)