diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3b327da..f9553d5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,11 +15,7 @@ jobs: name: Build and Push uses: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master with: - docker_file: docker/Dockerfile - dockerhub_repo: codexstorage/test + docker_file: docker/crawler.Dockerfile + dockerhub_repo: codexstorage/codex-network-crawler tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }} - amd64_builder: ubuntu-24.04 - build_args: | - VITE_CODEX_API_URL=${VITE_CODEX_API_URL} - VITE_GEO_IP_URL="Plain text" secrets: inherit diff --git a/codexcrawler.nimble b/codexcrawler.nimble index 92bc131..cebc5d7 100644 --- a/codexcrawler.nimble +++ b/codexcrawler.nimble @@ -20,9 +20,9 @@ requires "libp2p == 1.5.0" requires "metrics#cacfdc12454a0804c65112b9f4f50d1375208dcd" requires "stew >= 0.2.0" requires "stint#3236fa68394f1e3a06e2bc34218aacdd2d675923" -requires "https://github.com/codex-storage/nim-datastore#421c0c312872319f46bf0e0964aae39f576a359d" +requires "https://github.com/codex-storage/nim-datastore#a969b9799cb7fd2c2511b6820ded00bced141dea" requires "questionable >= 0.10.15 & < 0.11.0" -requires "https://github.com/codex-storage/nim-codex-dht#165069f4395c74382be9c9d0193781144440e28a" +requires "https://github.com/codex-storage/nim-codex-dht#0f67d21bbc5f4903ce95e3eee0b846ec2e481e54" # 7 Jan 2024 - Support for Nim 2.0.14 requires "docopt >= 0.7.1 & < 1.0.0"