We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf445ef + 1ca3a0d commit 3f44f60Copy full SHA for 3f44f60
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.9
4
+ - Upgrade baseimage: light-baseimage:0.1.5
5
+
6
## 0.1.8
7
- Upgrade baseimage: light-baseimage:0.1.4
8
Makefile
@@ -1,5 +1,5 @@
NAME = osixia/keepalived
-VERSION = 0.1.8
+VERSION = 0.1.9
.PHONY: all build test tag_latest release
image/Dockerfile
@@ -1,4 +1,4 @@
-FROM osixia/light-baseimage:0.1.4
+FROM osixia/light-baseimage:0.1.5
MAINTAINER Bertrand Gouny <[email protected]>
# Keepalived version
0 commit comments