aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-24 11:00:53 +0000
committerGitHub <noreply@github.com>2025-03-24 11:00:53 +0000
commit96ea82c56e3e485a375fc1271c0b6a1fc326c7ac (patch)
tree420dbbd94476924ecdee2fac42d556ac7b0a767e /Dockerfile
parentchore(deps): bump debian (#2640) (diff)
downloadatuin-96ea82c56e3e485a375fc1271c0b6a1fc326c7ac.zip
chore(deps): bump lukemathwalker/cargo-chef (#2639)
Bumps lukemathwalker/cargo-chef from latest-rust-1.85.0-slim-bookworm to latest-rust-1.85.1-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 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ed0a4581..7d7de6c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.85.0-slim-bookworm AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.85.1-slim-bookworm AS chef
WORKDIR app
FROM chef AS planner