Skip to content

Commit 6a137ce

Browse files
committed
⬆️ Upgrades Plex Media Server to 1.29.1.6260
1 parent 0917587 commit 6a137ce

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

plex/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
77

88
# Setup base system
99
ARG BUILD_ARCH=amd64
10-
ARG RELEASE=1.28.2.6151-914ddd2b3
10+
ARG RELEASE=1.29.1.6260-420892357
1111
RUN \
1212
apt-get update \
1313
\
1414
&& apt-get install -y --no-install-recommends \
1515
xmlstarlet=1.6.1-2build1 \
1616
uuid-runtime=2.34-0.1ubuntu9.3 \
1717
unrar=1:5.6.6-2build1 \
18-
cifs-utils=2:6.8-1 \
18+
cifs-utils=2:6.9-1 \
1919
\
2020
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="aarch64"; fi \
2121
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="x86_64"; fi \

plex/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ build_from:
33
aarch64: ghcr.io/hassio-addons/ubuntu-base:8.1.1
44
amd64: ghcr.io/hassio-addons/ubuntu-base:8.1.1
55
armv7: ghcr.io/hassio-addons/ubuntu-base:8.1.1
6-
codenotary:
7-
base_image: codenotary@frenck.dev
8-
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)