Skip to content

Commit

Permalink
Incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaxiom committed Mar 21, 2017
1 parent f7bba93 commit 17a5ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = phusion/baseimage
VERSION = 0.9.19
VERSION = 0.9.20

.PHONY: all build test tag_latest release ssh

Expand All @@ -18,7 +18,7 @@ release: test tag_latest
@if ! docker images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi
@if ! head -n 1 Changelog.md | grep -q 'release date'; then echo 'Please note the release date in Changelog.md.' && false; fi
docker push $(NAME)
@echo "*** Don't forget to create a tag. git tag rel-$(VERSION) && git push origin rel-$(VERSION)"
@echo "*** Don't forget to create a tag. git tag $(VERSION) && git push origin $(VERSION)"

ssh:
chmod 600 image/services/sshd/keys/insecure_key
Expand Down

0 comments on commit 17a5ced

Please sign in to comment.