From c84880b2c4c6abf23f3ca2e06eec73d423fb2ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:48:46 +0100 Subject: [PATCH] build(deps): bump lukemathwalker/cargo-chef in /qns (#2308) Bumps lukemathwalker/cargo-chef from `c1c2bbf` to `ee4eb4c`. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- qns/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qns/Dockerfile b/qns/Dockerfile index f05d4e8158..eaba8ad5d3 100644 --- a/qns/Dockerfile +++ b/qns/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef@sha256:c1c2bbf3dd3672c8df79be3654d8c611b4ec75dfbaffb52a5cae479a9a419dc3 AS chef +FROM lukemathwalker/cargo-chef@sha256:ee4eb4ca332e045aa6c876e617f9c9ebae166c503fc489859aa988f41a27025f AS chef WORKDIR /app