Skip to content

Commit

Permalink
fix: upgrade to alpine:3.18
Browse files Browse the repository at this point in the history
provides newer dependency versions, makes gstreamer work with streamed opus properly.
  • Loading branch information
mgoltzsche committed Dec 8, 2023
1 parent 4969c47 commit fbe53f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18
RUN apk add --update --no-cache python3-dev py3-pip py3-gst gst-plugins-good gst-plugins-bad sox openssl ca-certificates git
RUN python3 -m pip install \
Mopidy==3.4.2 \
Expand Down

0 comments on commit fbe53f4

Please sign in to comment.