Skip to content

Commit 25d8708

Browse files
committed
Add an MSRV comment to Dockerfiles
1 parent 6746e6e commit 25d8708

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile-postgres

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Versions must be major.minor
22
# Default versions are as below
3+
# RUST_VERSION should match the MSRV in Cargo.toml.
34
ARG RUST_VERSION=1.88
45
ARG ALPINE_VERSION=3.20
56

Dockerfile-sqlite

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Versions must be major.minor
22
# Default versions are as below
3+
# RUST_VERSION should match the MSRV in Cargo.toml.
34
ARG RUST_VERSION=1.88
45
ARG ALPINE_VERSION=3.20
56

0 commit comments

Comments
 (0)