From 48e565518503d47b162b0e3405f5a19fb5992d4e Mon Sep 17 00:00:00 2001 From: Krish Bajaj <168710331+krishbajaj1609@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:59:45 +0530 Subject: [PATCH] Refactor Dockerfile by adjusting comments and spacing Remove a blank line and modify a comment. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index daea8f3..066c4b1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM busybox #test - +#test ARG BUILD_PLATFORM="linux/amd64" ARG BUILDER_IMAGE="golang:1.20.6-alpine3.18"