From bfb2e5324e74fbb81193939040300d7e89a98f33 Mon Sep 17 00:00:00 2001 From: "Damon L. Montague Jr." Date: Sat, 21 Oct 2023 00:04:36 -0400 Subject: [PATCH] pinning the version --- API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/Dockerfile b/API/Dockerfile index 98fc191..145c180 100644 --- a/API/Dockerfile +++ b/API/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:latest AS build +FROM rust:1.70 AS build WORKDIR /app COPY ./Cargo.toml ./Cargo.lock ./