mirror of
https://github.com/hassio-addons/addon-plex.git
synced 2025-05-07 04:01:28 +00:00
⬆️ Upgrades base image to 7.4.0 (#229)
This commit is contained in:
parent
f96e9144d3
commit
c47b8f3093
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
@ -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 \
|
||||
|
|
|
@ -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: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue