update missing refs to 0.1.5

This commit is contained in:
gmega 2024-10-07 20:00:43 -03:00
parent 62455c393a
commit 23bd288279
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -48,7 +48,7 @@ else
ARCHIVE_EXT=".tar.gz"
EXE_EXT=""
fi
VERSION="v0.1.4"
VERSION="v0.1.5"
BASE_URL="http://192.168.88.253:8080"
EXTRACT_DIR="./"
# Use BINARY_NAMES=("codex" "codex-prover") to also download/verify/extract prover binary

View File

@ -48,7 +48,7 @@ else
ARCHIVE_EXT=".tar.gz"
EXE_EXT=""
fi
VERSION="v0.1.4"
VERSION="v0.1.5"
BASE_URL="https://github.com/codex-storage/nim-codex/releases/download/${VERSION}"
EXTRACT_DIR="./"
# Use BINARY_NAMES=("codex" "codex-prover") to also download/verify/extract prover binary