aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-09 20:41:01 +0100
committerGitHub <noreply@github.com>2024-09-09 20:41:01 +0100
commite87162becd1a15fc622e76878b56257019500d9e (patch)
treeb28e53ce2aaf318a9c1020933c7a5774a8239ce3
parentchore(deps): bump debian (#2384) (diff)
downloadatuin-e87162becd1a15fc622e76878b56257019500d9e.zip
chore(deps): bump lukemathwalker/cargo-chef (#2383)
Bumps lukemathwalker/cargo-chef from latest-rust-1.80.1-slim-bookworm to latest-rust-1.81.0-slim-bookworm. --- 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 d4d5923c..c52ca890 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.80.1-slim-bookworm AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.81.0-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner