Add an MSRV comment to Dockerfiles

This commit is contained in:
Dustin J. Mitchell
2026-04-17 07:54:11 -04:00
parent 6746e6ed3b
commit 25d8708630
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Versions must be major.minor # Versions must be major.minor
# Default versions are as below # Default versions are as below
# RUST_VERSION should match the MSRV in Cargo.toml.
ARG RUST_VERSION=1.88 ARG RUST_VERSION=1.88
ARG ALPINE_VERSION=3.20 ARG ALPINE_VERSION=3.20

View File

@ -1,5 +1,6 @@
# Versions must be major.minor # Versions must be major.minor
# Default versions are as below # Default versions are as below
# RUST_VERSION should match the MSRV in Cargo.toml.
ARG RUST_VERSION=1.88 ARG RUST_VERSION=1.88
ARG ALPINE_VERSION=3.20 ARG ALPINE_VERSION=3.20