Skip to content

Commit 3f44f60

Browse files
committed
Merge branch 'hotfix-0.1.9' into stable
2 parents bf445ef + 1ca3a0d commit 3f44f60

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.1.9
4+
- Upgrade baseimage: light-baseimage:0.1.5
5+
36
## 0.1.8
47
- Upgrade baseimage: light-baseimage:0.1.4
58

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/keepalived
2-
VERSION = 0.1.8
2+
VERSION = 0.1.9
33

44
.PHONY: all build test tag_latest release
55

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM osixia/light-baseimage:0.1.4
1+
FROM osixia/light-baseimage:0.1.5
22
MAINTAINER Bertrand Gouny <[email protected]>
33

44
# Keepalived version

0 commit comments

Comments
 (0)