Skip to content

Commit

Permalink
Bump version to v17.03.0-ce
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Mar 2, 2017
1 parent 28b7c96 commit ea5c336
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VERSION := 1.13.1
GITHASH := 3a232c8
VERSION := 17.03.0-ce

ARCHIVE := docker-$(VERSION).tgz
HASH := docker-$(VERSION).hash
Expand All @@ -24,7 +25,7 @@ $(ARCHIVE): $(BINARIES)
tar zcvf docker-$(VERSION).tgz -C docker/bundles/$(VERSION)/ docker

$(BINARIES): | docker
cd docker && git fetch && git checkout v$(VERSION)
cd docker && git fetch && git checkout $(GITHASH)
$(MAKE) -C docker binary

docker:
Expand Down

0 comments on commit ea5c336

Please sign in to comment.