From 89d4f9b5e5f3a1cc36d2682a2f2866bef26cdec9 Mon Sep 17 00:00:00 2001 From: mmtevelde <48206351+mmtevelde@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:15:20 +0100 Subject: [PATCH] Update variables.md with missing word --- content/manuals/build/building/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/building/variables.md b/content/manuals/build/building/variables.md index 1812bd02e6e9..039f20268d82 100644 --- a/content/manuals/build/building/variables.md +++ b/content/manuals/build/building/variables.md @@ -72,7 +72,7 @@ see [`ENV` usage example](#env-usage-example). Build arguments are commonly used to specify versions of components, such as image variants or package versions, used in a build. -Specifying versions as build arguments lets build with different versions +Specifying versions as build arguments lets you build with different versions without having to manually update the Dockerfile. It also makes it easier to maintain the Dockerfile, since it lets you declare versions at the top of the file.