Update Dockerfile

Co-authored-by: Evan Culver <eculver@users.noreply.github.com>
This commit is contained in:
Michele Degges 2022-01-26 11:24:56 -08:00 committed by GitHub
parent 7ab2a3fff9
commit 0088dd4fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
# All non-dev targets have a VERSION argument that must be provided
# via --build-arg=VERSION=<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.