Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 13.0.0 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 12, 2022
1 parent 16a77ff commit ddf6da2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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

0 comments on commit ddf6da2

Please sign in to comment.