Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 9.0.0 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 13, 2023
1 parent b7b48e0 commit ccbfdc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions plex/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}

Expand All @@ -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 \
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/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: [email protected]
signer: [email protected]

0 comments on commit ccbfdc1

Please sign in to comment.