Skip to content

Commit

Permalink
Revert "Change babylon ref to consumer-reward-distribution branch"
Browse files Browse the repository at this point in the history
This reverts commit b299b8e.
  • Loading branch information
maurolacy committed Jan 6, 2025
1 parent bf6be44 commit 537a895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/images/babylond/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM golang:1.23-alpine AS build-env
# TARGETPLATFORM should be one of linux/amd64 or linux/arm64.
ARG TARGETPLATFORM="linux/amd64"
# Version to build. Default is empty
ARG VERSION="f/consumer-reward-distribution"
ARG VERSION="base/consumer-chain-support"
ARG BABYLON_BUILD_OPTIONS=""
ARG COSMOS_BUILD_OPTIONS=""

Expand Down Expand Up @@ -61,4 +61,4 @@ COPY --from=build-env /go/src/github.com/babylonlabs-io/babylon/build/babylond /
# Set home directory and user
WORKDIR /home/babylon
RUN chown -R babylon /home/babylon
USER babylon
USER babylon

0 comments on commit 537a895

Please sign in to comment.