From 3b085b446bb9bd6d3dc9d5e20f93e1b1bd0a7830 Mon Sep 17 00:00:00 2001 From: Michael He Date: Mon, 9 Jun 2025 17:24:31 +0000 Subject: [PATCH] bump rust version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1390f9d2c5..b8fc979436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # permissions and limitations under the License. # Stage 1: Build the cp-utility binary -FROM public.ecr.aws/docker/library/rust:1.86 as builder +FROM public.ecr.aws/docker/library/rust:1.87 as builder WORKDIR /usr/src/cp-utility COPY ./tools/cp-utility .