Skip to content

Commit

Permalink
Merge branch 'release/v2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jul 17, 2023
2 parents 69db5f4 + bf6ad77 commit 02ad31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMPOSE_PROJECT_NAME=localterra
TERRA_VERSION=2.3.4
TERRA_VERSION=2.4.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TERRA_VERSION=2.3.4
ARG TERRA_VERSION=2.4.1

FROM ghcr.io/terra-money/core:${TERRA_VERSION}

Expand All @@ -16,7 +16,7 @@ RUN apk add --no-cache nginx && \

# Setup for localterra
RUN set -eux &&\
mkdir -p /app/conifg && \
mkdir -p /app/config && \
mkdir -p /app/data && \
chown -R terra:terra /app && \
terrad init localterra --home /app --chain-id localterra && \
Expand Down

0 comments on commit 02ad31c

Please sign in to comment.