Skip to content

Commit

Permalink
Bump rust in /implementations/rust-jsonschema
Browse files Browse the repository at this point in the history
Bumps rust from 1.83.0-slim to 1.84.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 Jan 10, 2025
1 parent 6718768 commit 5c0124c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/rust-jsonschema/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83.0-slim AS builder
FROM rust:1.84.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 5c0124c

Please sign in to comment.