From 2fe04c810caea165479572056c3d79c4a3a36cdf Mon Sep 17 00:00:00 2001 From: Krish Bajaj <168710331+krishbajaj1609@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:35:45 +0530 Subject: [PATCH] Fix Dockerfile formatting and comments --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index daea8f3..32c6b07 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -22,7 +22,8 @@ RUN apt-get update && \ RUN apk update && \ apk add --no-cache --allow-untrusted curl - +#test +#test # Build Go binary RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-w -s" -o kyverno-notation-aws .