From d4cdf4d410f993b448387be91a6bff415e5f8b65 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 23 Sep 2021 13:28:22 -0600 Subject: [PATCH] Bump base image to 0.1.9 The alpine 0.1.6-dev image does not appear to work correctly when building on arm. Updating to 0.1.9 seems to have resolved the issue. Fixes #35 May also be related to failures in #42 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index d20cc08..6612ccb 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,6 +1,6 @@ # Use osixia/light-baseimage # sources: https://github.com/osixia/docker-light-baseimage -FROM osixia/light-baseimage:alpine-0.1.6-dev +FROM osixia/light-baseimage:alpine-0.1.9 # Keepalived version ARG KEEPALIVED_VERSION=2.0.20