⬆️ Upgrades add-on base image to 12.2.7

This commit is contained in:
Franck Nijhof 2022-11-16 11:09:43 +01:00
parent 3a1ba13c93
commit 6a415c34d6
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 7 additions and 7 deletions

View file

@ -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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -17,7 +17,7 @@ RUN \
&& apk add --no-cache \ && apk add --no-cache \
nginx=1.22.1-r0 \ nginx=1.22.1-r0 \
nodejs=16.17.1-r0 \ nodejs=16.17.1-r0 \
openssl=1.1.1q-r0 \ openssl=1.1.1s-r0 \
yarn=1.22.19-r0 \ yarn=1.22.19-r0 \
\ \
&& mkdir -p /opt/panel \ && mkdir -p /opt/panel \

View file

@ -1,10 +1,10 @@
--- ---
build_from: build_from:
aarch64: 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.3 amd64: ghcr.io/hassio-addons/base:12.2.7
armhf: ghcr.io/hassio-addons/base:12.2.3 armhf: ghcr.io/hassio-addons/base:12.2.7
armv7: ghcr.io/hassio-addons/base:12.2.3 armv7: ghcr.io/hassio-addons/base:12.2.7
i386: ghcr.io/hassio-addons/base:12.2.3 i386: ghcr.io/hassio-addons/base:12.2.7
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev