Skip to content

Commit

Permalink
Merge branch 'main' into si-from-recent-claims
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Mar 26, 2024
2 parents 9a68b17 + 5bcc461 commit 1a136ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.osmosis
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Build
# --------------------------------------------------------

FROM golang:1.20.11-alpine3.18 as build
FROM golang:1.21.8-alpine3.18 as build

RUN set -eux; apk add --no-cache ca-certificates build-base;
RUN apk add git
# Needed by github.com/zondax/hid
RUN apk add linux-headers

RUN git clone https://github.com/osmosis-labs/osmosis /osmosis --branch v21.1.4
RUN git clone https://github.com/osmosis-labs/osmosis /osmosis --branch v23.0.0-rc1
WORKDIR /osmosis

RUN ARCH=$(uname -m) && WASMVM_VERSION=$(go list -m github.com/CosmWasm/wasmvm | sed 's/.* //') && \
Expand Down

0 comments on commit 1a136ce

Please sign in to comment.