Skip to content

Commit

Permalink
Bump base image to 0.1.9
Browse files Browse the repository at this point in the history
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 osixia#35
May also be related to failures in osixia#42
  • Loading branch information
mwhahaha committed Sep 23, 2021
1 parent 0eb9a3f commit d4cdf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d4cdf4d

Please sign in to comment.