aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-27 22:08:16 +0000
committerGitHub <noreply@github.com>2024-12-27 22:08:16 +0000
commita84b32f48b0744e423f8f8740804fd3984853438 (patch)
treecf852175f0491d77a25aef4ff0ab4deca984ff8a
parentchore(deps): bump debian (#2477) (diff)
downloadatuin-a84b32f48b0744e423f8f8740804fd3984853438.zip
chore(deps): bump lukemathwalker/cargo-chef (#2476)
Bumps lukemathwalker/cargo-chef from latest-rust-1.82.0-slim-bookworm to latest-rust-1.83.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 97aee5e9..2915d1f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.82.0-slim-bookworm AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.83.0-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner