mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 11:11:24 +00:00
⬆️ Upgrades add-on base image to 12.2.6
This commit is contained in:
parent
fe262a9258
commit
970b8183ac
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -18,7 +18,7 @@ RUN \
|
|||
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
|
||||
\
|
||||
&& apk --no-cache add \
|
||||
python3=3.10.4-r \
|
||||
python3=3.10.5-r0 \
|
||||
py3-idna=3.3-r2 \
|
||||
py3-certifi=2021.10.8-r0 \
|
||||
py3-chardet=4.0.0-r3 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base/aarch64:12.0.0
|
||||
amd64: ghcr.io/hassio-addons/base/amd64:12.0.0
|
||||
armv7: ghcr.io/hassio-addons/base/armv7:12.0.0
|
||||
aarch64: ghcr.io/hassio-addons/base:12.2.6
|
||||
amd64: ghcr.io/hassio-addons/base:12.2.6
|
||||
armv7: ghcr.io/hassio-addons/base:12.2.6
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue