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 3f93378 commit e2bef01Copy full SHA for e2bef01
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.87 as builder
+FROM public.ecr.aws/docker/library/rust:1.87 AS builder
25
26
WORKDIR /usr/src/cp-utility
27
COPY ./tools/cp-utility .
0 commit comments