Skip to content

Commit

Permalink
add kujira 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Jan 6, 2024
1 parent 3d890d7 commit 116b124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kujirad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETPLATFORM

# Use muslc for static libs
ARG BUILD_TAGS="muslc"
ARG VERSION=v0.9.1
ARG VERSION=v0.9.3
ARG ORACLE_VERSION=v0.9.0
ARG LD_FLAGS=-linkmode=external \
-extldflags '-Wl,-z,muldefs -static'
Expand All @@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/Team-Kujira
RUN git clone https://github.com/Team-Kujira/core.git
WORKDIR /go/src/github.com/Team-Kujira/core
RUN git fetch
RUN git checkout v0.9.1
RUN git checkout v0.9.3
WORKDIR /go/src/github.com/Team-Kujira/core

# Install CosmWasm.
Expand Down

0 comments on commit 116b124

Please sign in to comment.