From 2cd9bec91b28b963e5f46b0f100d9f15f55f457c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:38:29 +0000 Subject: [PATCH] Bump rust from 1.78.0-alpine to 1.79.0-alpine (#1114) Bumps rust from 1.78.0-alpine to 1.79.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 cb9659e7..d6840f4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY app /src/app RUN npm ci RUN npm run build -FROM rust:1.78.0-alpine as chef +FROM rust:1.79.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