Compare commits

...

1 Commits

Author SHA1 Message Date
Cory Hawkless e5ddf6aff6 Set version to 2.1.5 2021-04-27 10:19:19 +09:30
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
NAME = osixia/keepalived NAME = osixia/keepalived
VERSION = 2.0.20 VERSION = 2.1.5
.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version .PHONY: build build-nocache test tag-latest push push-latest release git-tag-version

View File

@ -3,7 +3,7 @@
FROM osixia/light-baseimage:alpine-0.1.6-dev FROM osixia/light-baseimage:alpine-0.1.6-dev
# Keepalived version # Keepalived version
ARG KEEPALIVED_VERSION=2.0.20 ARG KEEPALIVED_VERSION=2.1.5
# Download, build and install Keepalived # Download, build and install Keepalived
RUN apk --no-cache add \ RUN apk --no-cache add \