Skip to content

Commit

Permalink
Bump rust from 1.83.0-alpine to 1.84.0-alpine (#1492)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 1ebb8b4 commit 28e698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY app /src/app
RUN npm ci
RUN npm run build

FROM rust:1.83.0-alpine AS chef
FROM rust:1.84.0-alpine AS chef
RUN apk --no-cache add libc-dev cmake make
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN cargo install cargo-chef
Expand Down

0 comments on commit 28e698b

Please sign in to comment.