File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
2121RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
2222
2323# Stage 2: Build the cp-utility binary
24- FROM public.ecr.aws/docker/library/rust:1.87 AS builder
24+ FROM public.ecr.aws/docker/library/rust:1.89 AS builder
2525
2626WORKDIR /usr/src/cp-utility
2727COPY ./tools/cp-utility .
@@ -39,7 +39,7 @@ ARG TARGETARCH
3939RUN if [ $TARGETARCH = "amd64" ]; then rustup component add rustfmt && cargo fmt --check ; fi
4040
4141# Audit dependencies
42- RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
42+ RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit@0.21.0 && cargo audit ; fi
4343
4444
4545# Cross-compile based on the target platform.
You can’t perform that action at this time.
0 commit comments