Update Codex to the latest release

This commit is contained in:
Slava 2024-10-21 15:00:46 +03:00
parent adfb405104
commit c9a08163c6
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
services:
# Codex Node
codex:
image: codexstorage/nim-codex:0.1.6
image: codexstorage/nim-codex:0.1.7
container_name: codex
command:
- codex

View File

@ -2,7 +2,7 @@
# Variables
NETWORK="${NETWORK:-testnet}"
VERSION="${VERSION:-v0.1.6}"
VERSION="${VERSION:-v0.1.7}"
LOG_LEVEL="${LOG_LEVEL:-info}"
DOWNLOAD="${DOWNLOAD}"

View File

@ -9,7 +9,7 @@ set "OS=windows"
call :get_arch ARCH
set "ARCHIVE_EXT=.zip"
set "EXE_EXT=.exe"
set "VERSION=v0.1.6"
set "VERSION=v0.1.7"
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
set "EXTRACT_DIR=.\"
set "BINARY_NAMES=codex"

View File

@ -9,7 +9,7 @@ set "OS=windows"
call :get_arch ARCH
set "ARCHIVE_EXT=.zip"
set "EXE_EXT=.exe"
set "VERSION=v0.1.6"
set "VERSION=v0.1.7"
set "BASE_URL=http://192.168.88.253:8080"
set "EXTRACT_DIR=.\"
set "BINARY_NAMES=codex"

View File

@ -44,7 +44,7 @@ if errorlevel 1 (
)
:: Set variables
set "VERSION=v0.1.6"
set "VERSION=v0.1.7"
set "OS=windows"
call :get_arch ARCH
set "DATA_DIR=data_client"