Skip to content

Commit

Permalink
⬆️ Upgrades base image to 7.4.0 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 17, 2024
1 parent f96e914 commit c47b8f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plex/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.3.3
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.4.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -14,7 +14,7 @@ RUN \
\
&& apt-get install -y --no-install-recommends \
xmlstarlet=1.6.1-3 \
uuid-runtime=2.38.1-5+b1 \
uuid-runtime=2.38.1-5+deb12u1 \
unrar=1:6.2.6-1+deb12u1 \
\
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
Expand Down
6 changes: 3 additions & 3 deletions plex/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base:7.3.3
amd64: ghcr.io/hassio-addons/debian-base:7.3.3
armv7: ghcr.io/hassio-addons/debian-base:7.3.3
aarch64: ghcr.io/hassio-addons/debian-base:7.4.0
amd64: ghcr.io/hassio-addons/debian-base:7.4.0
armv7: ghcr.io/hassio-addons/debian-base:7.4.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit c47b8f3

Please sign in to comment.