File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM rust:1.83 .0-alpine AS chef
1
+ FROM rust:1.84 .0-alpine AS chef
2
2
ENV CARGO_INCREMENTAL=0
3
3
RUN apk add --no-cache libc-dev cmake make
4
4
RUN cargo install cargo-chef --version 0.1.60 && \
Original file line number Diff line number Diff line change 1
1
ARG BINARY
2
2
ARG PROFILE=release
3
3
4
- FROM rust:1.83 .0-alpine AS chef
4
+ FROM rust:1.84 .0-alpine AS chef
5
5
ENV CARGO_INCREMENTAL=0
6
6
RUN apk add --no-cache libc-dev cmake make
7
7
RUN cargo install cargo-chef --version 0.1.60 && \
Original file line number Diff line number Diff line change 1
1
ARG PROFILE=release
2
2
3
- FROM rust:1.83 .0-alpine AS chef
3
+ FROM rust:1.84 .0-alpine AS chef
4
4
ENV CARGO_INCREMENTAL=0
5
5
RUN apk add --no-cache libc-dev cmake make
6
6
RUN cargo install cargo-chef --version 0.1.60 && \
@@ -60,7 +60,7 @@ COPY tools /src/tools
60
60
COPY xtask /src/xtask
61
61
RUN cargo build --features fpvec_bounded_l2 --profile $PROFILE -p janus_interop_binaries
62
62
63
- FROM rust:1.83 .0-alpine AS sqlx
63
+ FROM rust:1.84 .0-alpine AS sqlx
64
64
ENV CARGO_INCREMENTAL=0
65
65
ARG SQLX_VERSION=0.7.2
66
66
RUN apk add --no-cache libc-dev
Original file line number Diff line number Diff line change 1
- FROM rust:1.83 .0-alpine AS builder
1
+ FROM rust:1.84 .0-alpine AS builder
2
2
ENV CARGO_INCREMENTAL=0
3
3
ARG SQLX_VERSION
4
4
RUN apk add libc-dev
You can’t perform that action at this time.
0 commit comments