From b9a44912fa01ed17d9d70868450bb0628d309416 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Thu, 6 Feb 2025 16:56:42 -0500 Subject: [PATCH] remove apostrophe from comment in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecdee2281a82..28f6d500ed02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # The version is supplied as a build argument rather than hard-coded # to minimize the cost of version changes. -ARG GO_VERSION=INVALID # This value isn't intended to be used but silences a warning +ARG GO_VERSION=INVALID # This value is not intended to be used but silences a warning # ============= Compilation Stage ================ # Always use the native platform to ensure fast builds