From 5c0124c131feb1b83a651a55bb2cb5ab4e7d6e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:04:07 +0000 Subject: [PATCH] Bump rust in /implementations/rust-jsonschema 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] --- implementations/rust-jsonschema/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/rust-jsonschema/Dockerfile b/implementations/rust-jsonschema/Dockerfile index f1951f14f..b5158e47c 100644 --- a/implementations/rust-jsonschema/Dockerfile +++ b/implementations/rust-jsonschema/Dockerfile @@ -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