]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Roll back
authorCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 28 Dec 2021 00:18:06 +0000 (00:18 +0000)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 28 Dec 2021 00:18:06 +0000 (00:18 +0000)
docker/Dockerfile

index da0fa547f9bdcecca2ba800c9979bfeb0c883c39..9db54c8979b54ce0ec98fb0a106e731912be7025 100644 (file)
@@ -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 \