Skip to content

Commit e0dc867

Browse files
Bump rust from 1.83.0-alpine to 1.84.0-alpine (#3601)
Bumps rust from 1.83.0-alpine to 1.84.0-alpine. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 313db59 commit e0dc867

4 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83.0-alpine AS chef
1+
FROM rust:1.84.0-alpine AS chef
22
ENV CARGO_INCREMENTAL=0
33
RUN apk add --no-cache libc-dev cmake make
44
RUN cargo install cargo-chef --version 0.1.60 && \

Dockerfile.interop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BINARY
22
ARG PROFILE=release
33

4-
FROM rust:1.83.0-alpine AS chef
4+
FROM rust:1.84.0-alpine AS chef
55
ENV CARGO_INCREMENTAL=0
66
RUN apk add --no-cache libc-dev cmake make
77
RUN cargo install cargo-chef --version 0.1.60 && \

Dockerfile.interop_aggregator

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PROFILE=release
22

3-
FROM rust:1.83.0-alpine AS chef
3+
FROM rust:1.84.0-alpine AS chef
44
ENV CARGO_INCREMENTAL=0
55
RUN apk add --no-cache libc-dev cmake make
66
RUN cargo install cargo-chef --version 0.1.60 && \
@@ -60,7 +60,7 @@ COPY tools /src/tools
6060
COPY xtask /src/xtask
6161
RUN cargo build --features fpvec_bounded_l2 --profile $PROFILE -p janus_interop_binaries
6262

63-
FROM rust:1.83.0-alpine AS sqlx
63+
FROM rust:1.84.0-alpine AS sqlx
6464
ENV CARGO_INCREMENTAL=0
6565
ARG SQLX_VERSION=0.7.2
6666
RUN apk add --no-cache libc-dev

Dockerfile.sqlx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83.0-alpine AS builder
1+
FROM rust:1.84.0-alpine AS builder
22
ENV CARGO_INCREMENTAL=0
33
ARG SQLX_VERSION
44
RUN apk add libc-dev

0 commit comments

Comments
 (0)