Skip to content

Commit 701aaec

Browse files
authored
Merge branch 'main' into sigv4_logs
2 parents 4f4dae0 + db06fde commit 701aaec

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.81 as builder
36+
FROM public.ecr.aws/docker/library/rust:1.82 as builder
3737

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

0 commit comments

Comments
 (0)