Upgrade baseimage: light-baseimage:0.2.0
This commit is contained in:
parent
cc7a2b606b
commit
76b4efa3fc
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
- Upgrade baseimage: light-baseimage:0.2.0
|
||||||
|
|
||||||
## 0.1.9
|
## 0.1.9
|
||||||
- Upgrade baseimage: light-baseimage:0.1.5
|
- Upgrade baseimage: light-baseimage:0.1.5
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
NAME = osixia/keepalived
|
NAME = osixia/keepalived
|
||||||
VERSION = 0.1.9
|
VERSION = 0.2.0
|
||||||
|
|
||||||
.PHONY: all build test tag_latest release
|
.PHONY: all build test tag_latest release
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM osixia/light-baseimage:0.1.5
|
FROM osixia/light-baseimage:0.2.0
|
||||||
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
||||||
|
|
||||||
# Keepalived version
|
# Keepalived version
|
||||||
|
|
Loading…
Reference in New Issue