From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Tue, 28 Dec 2021 00:18:06 +0000 (+0000) Subject: Roll back X-Git-Tag: 4.1-rc1~24^2~289^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f83ddf3e751e5539037ae68f66dadadbe3618642;p=thirdparty%2Fshairport-sync.git Roll back --- diff --git a/docker/Dockerfile b/docker/Dockerfile index da0fa547..9db54c89 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 AS builder +FROM alpine:3.12 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.15-edge +FROM crazymax/alpine-s6:3.12-edge RUN apk -U add \ alsa-lib \