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 6e438d6 commit db06fdeCopy full SHA for db06fde
Dockerfile
@@ -33,7 +33,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
33
RUN mkdir workspace && pip install setuptools==75.2.0 urllib3==2.2.3 --target workspace ./aws-opentelemetry-distro
34
35
# Stage 2: Build the cp-utility binary
36
-FROM public.ecr.aws/docker/library/rust:1.81 as builder
+FROM public.ecr.aws/docker/library/rust:1.82 as builder
37
38
WORKDIR /usr/src/cp-utility
39
COPY ./tools/cp-utility .
0 commit comments