From 28e698ba9292365d2a7c952c5c2b7cc00f089add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:15:09 +0000 Subject: [PATCH] Bump rust from 1.83.0-alpine to 1.84.0-alpine (#1492) Bumps rust from 1.83.0-alpine to 1.84.0-alpine. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9728ae2f..7c21a912 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY app /src/app RUN npm ci RUN npm run build -FROM rust:1.83.0-alpine AS chef +FROM rust:1.84.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