Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Jun 5, 2024
1 parent b498f73 commit 998c33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Build gaia
# ------------------------------------------------------------------------------
FROM golang:1.20 AS cosmos
FROM golang:1.22 AS cosmos

ARG COSMOS_VERSION

Expand All @@ -10,13 +10,13 @@ RUN git clone https://github.com/cosmos/cosmos-sdk \

WORKDIR /go/src/github.com/cosmos/cosmos-sdk

RUN git checkout v0.50.2 && make build
RUN git checkout v0.50.7 && make build
RUN export SIMD_BIN=/go/src/github.com/cosmos/cosmos-sdk/build/simd && make init-simapp

# ------------------------------------------------------------------------------
# Build rosetta
# ------------------------------------------------------------------------------
FROM golang:1.21.5 AS rosetta
FROM golang:1.22 AS rosetta

ARG ROSETTA_VERSION

Expand Down

0 comments on commit 998c33b

Please sign in to comment.