aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-22 16:40:11 -0700
committerGitHub <noreply@github.com>2024-10-22 16:40:11 -0700
commit62473c603c3132f0f035d752e5a581cecb33b6af (patch)
tree5ec8f20e5bd77985687677fb22419165b1ecc3b6
parentchore(deps): bump cachix/install-nix-action from V27 to 30 (#2411) (diff)
downloadatuin-62473c603c3132f0f035d752e5a581cecb33b6af.zip
chore(deps): bump lukemathwalker/cargo-chef (#2427)
Bumps lukemathwalker/cargo-chef from latest-rust-1.81.0-slim-bookworm to latest-rust-1.82.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>
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a3676a37..9a706db0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.81.0-slim-bookworm AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.82.0-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner