Skip to content

Commit

Permalink
Bump rust from 1.78.0-alpine to 1.79.0-alpine (#1114)
Browse files Browse the repository at this point in the history
Bumps rust from 1.78.0-alpine to 1.79.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] committed Jun 17, 2024
1 parent bc4ecbf commit 2cd9bec
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.78.0-alpine as chef
FROM rust:1.79.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 2cd9bec

Please sign in to comment.