Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/ai/mcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG IGGY_CI_BUILD
ENV IGGY_CI_BUILD=${IGGY_CI_BUILD}

RUN apk add --no-cache bash curl tar zig make autoconf automake libtool pkgconfig && \
cargo install cargo-zigbuild --version '=0.22.1' --locked && \
cargo install cargo-zigbuild --version '=0.23.2' --locked && \
rustup target add \
x86_64-unknown-linux-musl \
aarch64-unknown-linux-musl \
Expand Down
2 changes: 1 addition & 1 deletion core/connectors/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG IGGY_CI_BUILD
ENV IGGY_CI_BUILD=${IGGY_CI_BUILD}

RUN apk add --no-cache bash curl tar zig make autoconf automake libtool pkgconfig hwloc-dev xz-dev xz-static && \
cargo install cargo-zigbuild --version '=0.22.1' --locked && \
cargo install cargo-zigbuild --version '=0.23.2' --locked && \
rustup target add \
x86_64-unknown-linux-musl \
aarch64-unknown-linux-musl \
Expand Down
2 changes: 1 addition & 1 deletion core/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ARG IGGY_CI_BUILD
ENV IGGY_CI_BUILD=${IGGY_CI_BUILD}

RUN apk add --no-cache bash curl tar zig make autoconf automake libtool pkgconfig hwloc-dev xz-dev xz-static nodejs npm && \
cargo install cargo-zigbuild --version '=0.22.1' --locked
cargo install cargo-zigbuild --version '=0.23.2' --locked

COPY rust-toolchain.toml rust-toolchain.toml

Expand Down
Loading