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 4e04609 commit d236d79Copy full SHA for d236d79
Dockerfile
@@ -13,7 +13,7 @@
13
# permissions and limitations under the License.
14
15
# Stage 1: Build the cp-utility binary
16
-FROM public.ecr.aws/docker/library/rust:1.89 as builder
+FROM public.ecr.aws/docker/library/rust:1.89 AS builder
17
18
WORKDIR /usr/src/cp-utility
19
COPY ./tools/cp-utility .
0 commit comments