Skip to content

Commit

Permalink
Upgrade baseimage: light-baseimage:0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Aug 12, 2016
1 parent 75bc81e commit 8f79fe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.7
- Upgrade baseimage: light-baseimage:0.2.5

## 0.1.6
- Upgrade baseimage: light-baseimage:0.2.4

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test:
env NAME=$(NAME) VERSION=$(VERSION) bats test/test.bats

tag_latest:
docker tag -f $(NAME):$(VERSION) $(NAME):latest
docker tag $(NAME):$(VERSION) $(NAME):latest

release: build 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
Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use osixia/light-baseimage
# sources: https://github.com/osixia/docker-light-baseimage
FROM osixia/light-baseimage:0.2.4
FROM osixia/light-baseimage:0.2.5
MAINTAINER Bertrand Gouny <[email protected]>

# Install Backup Manager, GNUPG for encryption and cron from baseimage
Expand Down

0 comments on commit 8f79fe2

Please sign in to comment.