Skip to content

Commit

Permalink
chore: bump curio to 1.24.3 (#5156)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih authored Jan 20, 2025
1 parent 7cbffc1 commit c8571ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/devnet-curio/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LOTUS_IMAGE=ghcr.io/chainsafe/lotus-devnet:2024-12-06-2368695
CURIO_IMAGE=ghcr.io/chainsafe/curio-devnet:2024-10-22-d0b5671
CURIO_IMAGE=ghcr.io/chainsafe/curio-devnet:2025-01-20-622bacd
FOREST_DATA_DIR=/forest_data
LOTUS_DATA_DIR=/lotus_data
CURIO_REPO_PATH=/var/lib/curio
Expand Down
4 changes: 2 additions & 2 deletions scripts/devnet-curio/curio.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG LOTUS_IMAGE
# hadolint ignore=DL3006
FROM ${LOTUS_IMAGE} as lotus-test
FROM golang:1.22.3-bullseye AS curio-builder
FROM golang:1.23.5-bullseye AS curio-builder

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates build-essential clang ocl-icd-opencl-dev ocl-icd-libopencl1 jq libhwloc-dev

Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -eux; \
cargo --version; \
rustc --version;

RUN git clone --depth 1 --branch v1.23.1 https://github.com/filecoin-project/curio.git /opt/curio
RUN git clone --depth 1 --branch v1.24.3 https://github.com/filecoin-project/curio.git /opt/curio

WORKDIR /opt/curio

Expand Down

0 comments on commit c8571ef

Please sign in to comment.