diff --git a/Makefile b/Makefile index da2c016..cb10784 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ name ?= goldpinger -version ?= 1.0.2 +version ?= 1.0.3 bin ?= goldpinger pkg ?= "github.com/bloomberg/goldpinger" tag = $(name):$(version) diff --git a/README.md b/README.md index e877ae3..5d485c5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Note, that in order to guarantee correct versions of dependencies, the project [ ## Building -The repo comes with two ways of building a `docker` image: compliling locally, and compliling using a multi-stage `Dockerfile` image. +The repo comes with two ways of building a `docker` image: compiling locally, and compiling using a multi-stage `Dockerfile` image. ### Compiling using a multi-stage Dockerfile diff --git a/static/index.html b/static/index.html index f0dbf94..c2c0a7b 100644 --- a/static/index.html +++ b/static/index.html @@ -90,8 +90,8 @@ limitations under the License.