Skip to content

Commit

Permalink
Bump rust from 1.81.0-alpine to 1.82.0-alpine
Browse files Browse the repository at this point in the history
Bumps rust from 1.81.0-alpine to 1.82.0-alpine.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 9d32454 commit 70af174
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.81.0-alpine AS chef
FROM rust:1.82.0-alpine AS chef
ENV CARGO_INCREMENTAL=0
RUN apk add --no-cache libc-dev cmake make
RUN cargo install cargo-chef --version 0.1.60 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.interop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BINARY
ARG PROFILE=release

FROM rust:1.81.0-alpine AS chef
FROM rust:1.82.0-alpine AS chef
ENV CARGO_INCREMENTAL=0
RUN apk add --no-cache libc-dev cmake make
RUN cargo install cargo-chef --version 0.1.60 && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.interop_aggregator
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PROFILE=release

FROM rust:1.81.0-alpine AS chef
FROM rust:1.82.0-alpine AS chef
ENV CARGO_INCREMENTAL=0
RUN apk add --no-cache libc-dev cmake make
RUN cargo install cargo-chef --version 0.1.60 && \
Expand Down Expand Up @@ -60,7 +60,7 @@ COPY tools /src/tools
COPY xtask /src/xtask
RUN cargo build --features fpvec_bounded_l2 --profile $PROFILE -p janus_interop_binaries

FROM rust:1.81.0-alpine AS sqlx
FROM rust:1.82.0-alpine AS sqlx
ENV CARGO_INCREMENTAL=0
ARG SQLX_VERSION=0.7.2
RUN apk add --no-cache libc-dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sqlx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.81.0-alpine AS builder
FROM rust:1.82.0-alpine AS builder
ENV CARGO_INCREMENTAL=0
ARG SQLX_VERSION
RUN apk add libc-dev
Expand Down

0 comments on commit 70af174

Please sign in to comment.