upgrade to light-baseimage:0.1.1
This commit is contained in:
parent
1417cf5326
commit
6b09984838
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.4
|
||||||
|
- Upgrade baseimage: osixia/light-baseimage:0.1.1
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
- Use light-baseimage
|
- Use light-baseimage
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
NAME = osixia/keepalived
|
NAME = osixia/keepalived
|
||||||
VERSION = 0.1.4
|
VERSION = 0.1.5
|
||||||
|
|
||||||
.PHONY: all build test tag_latest release
|
.PHONY: all build test tag_latest release
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM osixia/light-baseimage:0.1.0
|
FROM osixia/light-baseimage:0.1.1
|
||||||
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
||||||
|
|
||||||
# Keepalived version
|
# Keepalived version
|
||||||
|
|
Loading…
Reference in New Issue