From da462557237646a5c549f9a457ace79e4ca291dd Mon Sep 17 00:00:00 2001 From: Michele Degges Date: Wed, 26 Jan 2022 11:24:56 -0800 Subject: [PATCH] Update Dockerfile Co-authored-by: Evan Culver --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7185f6f2a7..a7aeefe0d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # All non-dev targets have a VERSION argument that must be provided # via --build-arg=VERSION= when building. -# e.g. --build-arg=1.11.2 +# e.g. --build-arg VERSION=1.11.2 # # `default` is the production docker image which cannot be built locally. # For local dev and testing purposes, please build and use the `dev` docker image.