Skip to content

Commit

Permalink
Bump rust from 1.80.0-alpine to 1.80.1-alpine (#1235)
Browse files Browse the repository at this point in the history
Bumps rust from 1.80.0-alpine to 1.80.1-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 90b8733 commit ca6884f
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.80.0-alpine AS chef
FROM rust:1.80.1-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 ca6884f

Please sign in to comment.