use rust 1.71.1 to build

This commit is contained in:
mbecker20
2023-08-27 06:13:35 +00:00
parent f4a78ef397
commit 440d54f500

View File

@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:1.71.1 as builder
WORKDIR /builder
COPY . .