Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Nov 2, 2023
1 parent e5cda84 commit bbf6a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- dockerfile: ./kujirad/Dockerfile
image: ghcr.io/defiantlabs/kujirad
platforms: linux/amd64
tag: v0.9.0
tag: v0.9.1
- dockerfile: ./odind/Dockerfile
image: ghcr.io/defiantlabs/odind
tag: v0.6.2
Expand Down
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.0
ARG VERSION=v0.9.1
ARG ORACLE_VERSION=v0.7.2
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.0
RUN git checkout v0.9.1
WORKDIR /go/src/github.com/Team-Kujira/core

# Install CosmWasm.
Expand Down

0 comments on commit bbf6a37

Please sign in to comment.