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 .