diff --git a/VERSION b/VERSION index 58682af..9bbaee4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.11 \ No newline at end of file +0.0.12 \ No newline at end of file diff --git a/contrib/docker/release-build.sh b/contrib/docker/release-build.sh index f4da562..a7d3e91 100755 --- a/contrib/docker/release-build.sh +++ b/contrib/docker/release-build.sh @@ -4,5 +4,5 @@ set -ex USERNAME=codeforafrica # image name IMAGE=hurumap -docker build --target hurumap -t $USERNAME/$IMAGE:latest . -docker build -t $USERNAME/$IMAGE-dashboard:latest . +docker build --target hurumap --no-cache -t $USERNAME/$IMAGE:latest . +docker build --no-cache -t $USERNAME/$IMAGE-dashboard:latest .