From a78934cfe153991a256b2d57504985ec7167f5bd Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Fri, 19 Feb 2021 11:44:22 -0800 Subject: [PATCH] facilitator: use rust-1.50 NCI's vuln scanner was unhappy with images built from rust-1.46 --- facilitator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facilitator/Dockerfile b/facilitator/Dockerfile index 58b3a78e5..7785717be 100644 --- a/facilitator/Dockerfile +++ b/facilitator/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.46 as builder +FROM rust:1.50 as builder # Attempt to install a nonexistent package. This triggers # updating the crates.io index separately from building the