Skip to content

Commit 23940f3

Browse files
committed
revert
1 parent 60ba8cc commit 23940f3

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
@@ -33,7 +33,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
3333
RUN mkdir workspace && pip install setuptools==75.2.0 urllib3==2.2.3 --target workspace ./aws-opentelemetry-distro
3434

3535
# Stage 2: Build the cp-utility binary
36-
FROM public.ecr.aws/docker/library/rust:1.86 as builder
36+
FROM public.ecr.aws/docker/library/rust:1.81 as builder
3737

3838
WORKDIR /usr/src/cp-utility
3939
COPY ./tools/cp-utility .

0 commit comments

Comments
 (0)