Skip to content

Commit

Permalink
chore(deps): bump rust from 1.83.0-alpine3.21 to 1.84.1-alpine3.21
Browse files Browse the repository at this point in the history
Bumps rust from 1.83.0-alpine3.21 to 1.84.1-alpine3.21.

---
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 Feb 3, 2025
1 parent 59a5812 commit 7930c32
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
@@ -1,4 +1,4 @@
FROM rust:1.83.0-alpine3.21 AS base
FROM rust:1.84.1-alpine3.21 AS base
WORKDIR /app
RUN apk add --no-cache musl-dev \
&& cargo install cargo-chef
Expand Down

0 comments on commit 7930c32

Please sign in to comment.