Skip to content

Commit

Permalink
build: msrv for containerfile, too
Browse files Browse the repository at this point in the history
Follow-up to #3253
  • Loading branch information
conorsch committed Oct 31, 2023
1 parent d8a9154 commit ab1af63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployments/containerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG RUST_VERSION=1.71.1
# N.B. the RUST_VERSION should match MSRV in crates/bin/pd/Cargo.toml
ARG RUST_VERSION=1.73.0
FROM docker.io/rust:${RUST_VERSION}-slim-bookworm AS build-env

# Install build dependencies. These packages should match what's recommended on
Expand Down

0 comments on commit ab1af63

Please sign in to comment.