Skip to content

Commit

Permalink
version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLemayian committed Nov 25, 2018
1 parent dc2be30 commit 2653a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11
0.0.12
4 changes: 2 additions & 2 deletions contrib/docker/release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 2653a05

Please sign in to comment.