From e5ddf6aff60963107d7039170a84f85014bffeda Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Tue, 27 Apr 2021 10:19:19 +0930 Subject: [PATCH] Set version to 2.1.5 --- Makefile | 2 +- image/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6eab152..93f1da6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ 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 diff --git a/image/Dockerfile b/image/Dockerfile index d20cc08..106adef 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -3,7 +3,7 @@ FROM osixia/light-baseimage:alpine-0.1.6-dev # Keepalived version -ARG KEEPALIVED_VERSION=2.0.20 +ARG KEEPALIVED_VERSION=2.1.5 # Download, build and install Keepalived RUN apk --no-cache add \