mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
⬆️ Upgrades add-on base image to 12.2.7
This commit is contained in:
parent
3a1ba13c93
commit
6a415c34d6
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -17,7 +17,7 @@ RUN \
|
|||
&& apk add --no-cache \
|
||||
nginx=1.22.1-r0 \
|
||||
nodejs=16.17.1-r0 \
|
||||
openssl=1.1.1q-r0 \
|
||||
openssl=1.1.1s-r0 \
|
||||
yarn=1.22.19-r0 \
|
||||
\
|
||||
&& mkdir -p /opt/panel \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:12.2.3
|
||||
amd64: ghcr.io/hassio-addons/base:12.2.3
|
||||
armhf: ghcr.io/hassio-addons/base:12.2.3
|
||||
armv7: ghcr.io/hassio-addons/base:12.2.3
|
||||
i386: ghcr.io/hassio-addons/base:12.2.3
|
||||
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
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue