Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
⬆️ Upgrades add-on base image to 12.2.6 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 10, 2022
1 parent fe262a9 commit 06b145f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}

Expand All @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions prometheus/build.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 06b145f

Please sign in to comment.