⬆️ Upgrades add-on base image to 12.2.6

This commit is contained in:
Franck Nijhof 2022-11-10 09:27:42 +01:00
parent fe262a9258
commit 970b8183ac
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0 ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.6
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -18,7 +18,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
\ \
&& apk --no-cache add \ && apk --no-cache add \
python3=3.10.4-r \ python3=3.10.5-r0 \
py3-idna=3.3-r2 \ py3-idna=3.3-r2 \
py3-certifi=2021.10.8-r0 \ py3-certifi=2021.10.8-r0 \
py3-chardet=4.0.0-r3 \ py3-chardet=4.0.0-r3 \

View file

@ -1,8 +1,8 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:12.0.0 aarch64: ghcr.io/hassio-addons/base:12.2.6
amd64: ghcr.io/hassio-addons/base/amd64:12.0.0 amd64: ghcr.io/hassio-addons/base:12.2.6
armv7: ghcr.io/hassio-addons/base/armv7:12.0.0 armv7: ghcr.io/hassio-addons/base:12.2.6
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev