Skip to content

Commit

Permalink
Fix Docker build, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 33e03aa commit 055e860
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
rust-version = "1.78"
rust-version = "1.81"

license = "Apache-2.0"
authors = ["Brad Larsen <bradford.larsen@praetorian.com>"]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
#
# See https://github.com/praetorian-inc/noseyparker/issues/58.
################################################################################
FROM rust:1.78-bullseye AS chef
FROM rust:1.81-bullseye AS chef
# We only pay the installation cost once,
# it will be cached from the second build onwards
RUN cargo install --locked cargo-chef

0 comments on commit 055e860

Please sign in to comment.