From 7b1969fd685af2cbd025ab4145bc8862862de9d4 Mon Sep 17 00:00:00 2001 From: gregnuj Date: Mon, 8 Jan 2024 14:20:23 -0600 Subject: [PATCH] v2.6.0 --- .env | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 298c512..93b5ea2 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ COMPOSE_PROJECT_NAME=localterra -TERRA_VERSION=2.6.2 +TERRA_VERSION=2.6.0 diff --git a/Dockerfile b/Dockerfile index fc95c11..d274ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TERRA_VERSION=2.6.2 +ARG TERRA_VERSION FROM ghcr.io/terra-money/core:${TERRA_VERSION}