]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Try updating images again.
authorCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 4 Jan 2022 14:37:29 +0000 (14:37 +0000)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 4 Jan 2022 14:37:29 +0000 (14:37 +0000)
docker/Dockerfile
docker/etc/services.d/01-dbus/run [moved from docker/etc/services.d/01-dbus-daemon/run with 100% similarity]

index 9db54c8979b54ce0ec98fb0a106e731912be7025..132699da0c4f1971c312a002c8d51a97df1cf2f5 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.12 AS builder
+FROM alpine 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:edge
 
 RUN apk -U add \
         alsa-lib \