From 83ce6eab39bd2916b07c57eab14a99ba87cb0a1a Mon Sep 17 00:00:00 2001 From: Filip Cornelissen Date: Tue, 25 Jan 2022 13:01:44 +0100 Subject: [PATCH] update to version 2.2.7 --- .gitignore | 1 + image/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f50999f..80790ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.twgit_features_subject /.twgit +/.vscode diff --git a/image/Dockerfile b/image/Dockerfile index d20cc08..3ccafc4 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.2.7 # Download, build and install Keepalived RUN apk --no-cache add \