mirror of https://github.com/status-im/consul.git
Merge branch 'fix-broken-dockerfile' of github.com:hashicorp/consul into fix-broken-dockerfile
This commit is contained in:
commit
29ebe13141
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# All non-dev targets have a VERSION argument that must be provided
|
# All non-dev targets have a VERSION argument that must be provided
|
||||||
# via --build-arg=VERSION=<version> when building.
|
# 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.
|
# `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.
|
# For local dev and testing purposes, please build and use the `dev` docker image.
|
||||||
|
|
Loading…
Reference in New Issue