Skip to content

Commit

Permalink
Bump rust from 1.82.0-slim to 1.83.0-slim in /implementations/rust-boon
Browse files Browse the repository at this point in the history
Bumps rust from 1.82.0-slim to 1.83.0-slim.

---
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 Dec 3, 2024
1 parent 8af9927 commit c0076fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/rust-boon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.82.0-slim AS builder
FROM rust:1.83.0-slim AS builder

RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt install -y musl-tools musl-dev build-essential gcc-x86-64-linux-gnu
Expand Down

0 comments on commit c0076fd

Please sign in to comment.