aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-15 09:06:37 +0000
committerGitHub <noreply@github.com>2023-02-15 09:06:37 +0000
commitc5f96ad8b842a5ffe8f0536e7d7f4e91fda0e577 (patch)
tree9ae8386893077e1d4240e05f51a8dd45acfc96a1 /Dockerfile
parentAdd nix files and install instructions (#477) (diff)
downloadatuin-c5f96ad8b842a5ffe8f0536e7d7f4e91fda0e577.zip
Bump lukemathwalker/cargo-chef (#715)
Bumps lukemathwalker/cargo-chef from latest-rust-1.67.0 to latest-rust-1.67.1. --- 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 007d17d4..03717d96 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lukemathwalker/cargo-chef:latest-rust-1.67.0 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.67.1 AS chef
WORKDIR app
FROM chef AS planner