diff --git a/Dockerfile b/Dockerfile index bfc17056..3b5bc899 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN npm install aws-aws-distro-opentelemetry-node-autoinstrumentation-$(node -p RUN npm install # Stage 2: Build the cp-utility binary -FROM public.ecr.aws/docker/library/rust:1.81 as builder +FROM public.ecr.aws/docker/library/rust:1.87 as builder WORKDIR /usr/src/cp-utility COPY ./tools/cp-utility .