Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Upgrades add-on base image to 13.0.0 #448

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions zwave-js-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -10,15 +10,15 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
linux-headers=5.16.7-r1 \
npm=8.10.0-r0 \
python3-dev=3.10.8-r0 \
linux-headers=5.19.5-r0 \
npm=9.1.2-r0 \
python3-dev=3.10.9-r0 \
\
&& apk add --no-cache \
eudev=3.2.11-r0 \
eudev=3.2.11-r4 \
libusb=1.0.26-r0 \
nginx=1.22.1-r0 \
nodejs=16.17.1-r0 \
nodejs=18.12.1-r0 \
\
&& npm install --global yarn@2.4.3 \
\
Expand Down
10 changes: 5 additions & 5 deletions zwave-js-ui/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.7
amd64: ghcr.io/hassio-addons/base:12.2.7
armhf: ghcr.io/hassio-addons/base:12.2.7
armv7: ghcr.io/hassio-addons/base:12.2.7
i386: ghcr.io/hassio-addons/base:12.2.7
aarch64: ghcr.io/hassio-addons/base:13.0.0
amd64: ghcr.io/hassio-addons/base:13.0.0
armhf: ghcr.io/hassio-addons/base:13.0.0
armv7: ghcr.io/hassio-addons/base:13.0.0
i386: ghcr.io/hassio-addons/base:13.0.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev