2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-07-06 05:36:16 +00:00

Updated Plex to 1.40.0.7996-4956e330f

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Spritsail Bot 2024-02-07 09:59:38 +00:00 committed by Joe Groocock
parent 33adeb4cc5
commit 09f7281f22
Signed by: frebib
GPG Key ID: A5571FCDC53ADDE6

View File

@ -1,4 +1,4 @@
ARG PLEX_VER=1.40.0.7775-456fbaf97
ARG PLEX_VER=1.40.0.7996-4956e330f
ARG BUSYBOX_VER=1.36.1
ARG SU_EXEC_VER=0.4
ARG TINI_VER=0.19.0
@ -36,7 +36,8 @@ RUN apk add --no-cache \
musl-dev \
nghttp2-dev \
pkgconfig \
xxd
xxd \
zstd
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~