Skip to content

Commit

Permalink
docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Oct 11, 2023
1 parent 5f4100a commit 5c3fb9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.8.7
tag: v0.9.0
- dockerfile: ./odind/Dockerfile
image: ghcr.io/defiantlabs/odind
tag: v0.6.2
Expand Down
8 changes: 4 additions & 4 deletions kujirad/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1.19.7-alpine3.16 AS build-env
FROM golang:1.20-alpine3.16 AS build-env

# TARGETPLATFORM should be one of linux/amd64 or linux/arm64.
ARG TARGETPLATFORM

# Use muslc for static libs
ARG BUILD_TAGS="muslc"
ARG VERSION
ARG ORACLE_VERSION=v0.6.2
ARG VERSION=v0.9.0
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 ${VERSION}
RUN git checkout v0.9.0
WORKDIR /go/src/github.com/Team-Kujira/core

# Install CosmWasm.
Expand Down

0 comments on commit 5c3fb9f

Please sign in to comment.