diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b62aff..271b88f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ env: DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }} DO_NOT_TRACK: 1 DAGGER_NO_NAG: 1 - # TODO: Use the latest localnet image once it can build with the latest IPC code - LOCALNET_IMAGE: "textile/recall-localnet:sha-dc4da8c-3e80bf0" + LOCALNET_IMAGE: "textile/recall-localnet:latest" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} diff --git a/Makefile b/Makefile index 4a13fb1..cf752dd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ .PHONY: all build install test test-sdk test-cli test-all doc clean lint check-fmt check-clippy run-localnet stop-localnet -# TODO: Use the latest localnet image once it can build with the latest IPC code -RECALL_LOCALNET_IMAGE ?= "textile/recall-localnet:sha-dc4da8c-3e80bf0" +RECALL_LOCALNET_IMAGE ?= "textile/recall-localnet:latest" RECALL_NETWORK_CONFIG_FILE ?= /tmp/networks.toml