From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Mon, 27 Dec 2021 23:27:36 +0000 (+0000) Subject: Alpine 3.15 test X-Git-Tag: 4.1-rc1~24^2~289^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e99e9accaf39ad03ea6b0ba3017558ccbe3d786;p=thirdparty%2Fshairport-sync.git Alpine 3.15 test --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 9db54c89..da0fa547 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 AS builder +FROM alpine:3.15 AS builder # Check required arguments exist. These will be provided by the Github Action # Workflow and are required to ensure the correct branches are being used. @@ -67,7 +67,7 @@ RUN make install ##### SPS END ##### # Shairport Sync Runtime System -FROM crazymax/alpine-s6:3.12-edge +FROM crazymax/alpine-s6:3.15-edge RUN apk -U add \ alsa-lib \