We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d587f commit cec9b81Copy full SHA for cec9b81
Dockerfile
@@ -21,7 +21,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
21
RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
22
23
# Stage 2: Build the cp-utility binary
24
-FROM public.ecr.aws/docker/library/rust:1.75 as builder
+FROM public.ecr.aws/docker/library/rust:1.81 as builder
25
26
WORKDIR /usr/src/cp-utility
27
COPY ./tools/cp-utility .
0 commit comments