mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 19:11:23 +00:00
⬆️ Upgrades add-on base image to 13.0.0 (#306)
This commit is contained in:
parent
23952b4729
commit
6cc1ba7bb2
2 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -13,12 +13,12 @@ COPY requirements.txt /tmp/
|
|||
RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
build-base=0.5-r3 \
|
||||
py3-pip=22.1.1-r0 \
|
||||
python3-dev=3.10.9-r0 \
|
||||
py3-pip=22.3.1-r1 \
|
||||
python3-dev=3.10.9-r1 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
nginx=1.22.1-r0 \
|
||||
python3=3.10.9-r0 \
|
||||
python3=3.10.9-r1 \
|
||||
\
|
||||
&& pip3 install -r /tmp/requirements.txt \
|
||||
\
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
build_from:
|
||||
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
|
||||
aarch64: ghcr.io/hassio-addons/base:13.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:13.0.0
|
||||
armhf: ghcr.io/hassio-addons/base:13.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:13.0.0
|
||||
i386: ghcr.io/hassio-addons/base:13.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue