diff --git a/Dockerfile b/Dockerfile index 7da5b9f..e407a91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.10-alpine as build # args -ARG version="1.0.0" +ARG version="1.0.1" ARG repo="github.com/productionwentdown/hello-world" # source