summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 07:54:30 +0100
committerGitHub <noreply@github.com>2024-06-17 07:54:30 +0100
commit55840bddf5caec1137380f70ef9c9b556fd483e6 (patch)
tree49eb6479cc204ddf982728c51ec59f5952eba90b
parentefcb5dbd97d455a9a2448747bb2e93c77a52a9b7 (diff)
chore(deps): bump lukemathwalker/cargo-chef (#2146)
Bumps lukemathwalker/cargo-chef from latest-rust-1.78.0-buster to latest-rust-1.79.0-buster. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c4874ee3b..dedbc9d4d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.78.0-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.79.0-buster AS chef
WORKDIR app
FROM chef AS planner