From 7a07ba74b000de41e21d66c0fecd358e0f23c9ea Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Fri, 15 Aug 2025 06:35:43 -0700 Subject: [PATCH] Dockerfile: Fix syntax warning GH Actions was warning about this --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1390f9d2c5..e0404eeb75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # permissions and limitations under the License. # Stage 1: Build the cp-utility binary -FROM public.ecr.aws/docker/library/rust:1.86 as builder +FROM public.ecr.aws/docker/library/rust:1.86 AS builder WORKDIR /usr/src/cp-utility COPY ./tools/cp-utility .