Skip to content

Commit

Permalink
bin/build-docker-de: tick version to 1.1.0
Browse files Browse the repository at this point in the history
Closes #589
  • Loading branch information
jeffomatic authored and iampogo committed Feb 24, 2017
1 parent 084e4fe commit 7e228b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build-docker-de
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cleanup() {
}
trap cleanup EXIT

imageVersion=${IMAGE_VERSION:-1.0.1}
coredVersion=${CORED_VERSION:-cmd.cored-1.0.2}
imageVersion=${IMAGE_VERSION:-1.1.0}
coredVersion=${CORED_VERSION:-cmd.cored-1.1.0}

GOOS=linux GOARCH=amd64 bin/build-cored-release "$coredVersion" $CHAIN/docker/de/
docker build --tag chaincore/developer $CHAIN/docker/de/
Expand Down

0 comments on commit 7e228b4

Please sign in to comment.