mirror of
https://github.com/hassio-addons/addon-plex.git
synced 2025-05-07 12:11:26 +00:00
⬆️ Upgrades add-on base image to 9.0.0 (#202)
This commit is contained in:
parent
b7b48e085f
commit
ccbfdc19e1
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base:8.2.1
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base:9.0.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -11,9 +11,9 @@ RUN \
|
|||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
xmlstarlet=1.6.1-2build1 \
|
||||
uuid-runtime=2.34-0.1ubuntu9.3 \
|
||||
unrar=1:5.6.6-2build1 \
|
||||
xmlstarlet=1.6.1-2.1 \
|
||||
uuid-runtime=2.37.2-4ubuntu3 \
|
||||
unrar=1:6.1.5-1 \
|
||||
\
|
||||
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="aarch64"; fi \
|
||||
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="x86_64"; fi \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/ubuntu-base:8.2.1
|
||||
amd64: ghcr.io/hassio-addons/ubuntu-base:8.2.1
|
||||
armv7: ghcr.io/hassio-addons/ubuntu-base:8.2.1
|
||||
aarch64: ghcr.io/hassio-addons/ubuntu-base:9.0.0
|
||||
amd64: ghcr.io/hassio-addons/ubuntu-base:9.0.0
|
||||
armv7: ghcr.io/hassio-addons/ubuntu-base:9.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue