aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 19:51:00 +0000
committerGitHub <noreply@github.com>2024-01-17 19:51:00 +0000
commit1ada8660581d93fecee5423949dc137fd82894a3 (patch)
tree9a0a14fe9c5171bf28c07e78544cacdccb61e196 /Dockerfile
parentchore(deps): bump rustix from 0.38.28 to 0.38.30 (#1566) (diff)
downloadatuin-1ada8660581d93fecee5423949dc137fd82894a3.zip
chore(deps): bump lukemathwalker/cargo-chef (#1474)
Bumps lukemathwalker/cargo-chef from latest-rust-1.74.1-buster to latest-rust-1.75.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>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fbd596d6..3b800776 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.74.1-buster AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.75.0-buster AS chef
WORKDIR app
FROM chef AS planner