Skip to content

Commit 1bf9407

Browse files
authored
Bump Rust Version in Dockerfile to 1.87 (#190)
## What does this pull request do? Proactively bumping rust version in our Dockerfile to 1.87 to align with our ADOT Python SDK repo: aws-observability/aws-otel-python-instrumentation#386 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 241fa38 commit 1bf9407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm install aws-aws-distro-opentelemetry-node-autoinstrumentation-$(node -p
1818
RUN npm install
1919

2020
# Stage 2: Build the cp-utility binary
21-
FROM public.ecr.aws/docker/library/rust:1.81 as builder
21+
FROM public.ecr.aws/docker/library/rust:1.87 as builder
2222

2323
WORKDIR /usr/src/cp-utility
2424
COPY ./tools/cp-utility .

0 commit comments

Comments
 (0)