github osmosis-labs/osmosis v13.1.1
Osmosis v13.1.1 🧪

latest releases: v26.0.1, v26.0.0, v26.0.0-rc4...
21 months ago

This a patch release, fixing osmosisd build process ensuring that go 1.18 is used.
Building the binary with different go versions could break consensus.

What Changed

  • Add a check in the Makefile forcing to use go 1.18

Usage

🐳 Docker

The following Docker images are available in our registry:

Image Description
osmolabs/osmosis:13.1.1 Default image. Based on Distroless image
osmolabs/osmosis:13.1.1-distroless Distroless image (same as above)
osmolabs/osmosis:13.1.1-nonroot Distroless non root image
osmolabs/osmosis:13.1.1-alpine Alpine image

Example:

docker run osmolabs/osmosis:13.1.1 version
# v13.1.1

All the images have support for arm64 and amd64 architectures.

🔨 Build from source

git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v13.1.1
make install

⚡️ Download binaries

Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.

Don't miss a new osmosis release

NewReleases is sending notifications on new releases.