⬆️ Upgrades add-on base image to 13.0.0 (#306)

This commit is contained in:
Franck Nijhof 2022-12-14 12:45:40 +01:00 committed by GitHub
parent 23952b4729
commit 6cc1ba7bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -13,12 +13,12 @@ COPY requirements.txt /tmp/
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \ build-base=0.5-r3 \
py3-pip=22.1.1-r0 \ py3-pip=22.3.1-r1 \
python3-dev=3.10.9-r0 \ python3-dev=3.10.9-r1 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
nginx=1.22.1-r0 \ nginx=1.22.1-r0 \
python3=3.10.9-r0 \ python3=3.10.9-r1 \
\ \
&& pip3 install -r /tmp/requirements.txt \ && pip3 install -r /tmp/requirements.txt \
\ \

View file

@ -1,10 +1,10 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.7 aarch64: ghcr.io/hassio-addons/base:13.0.0
amd64: ghcr.io/hassio-addons/base:12.2.7 amd64: ghcr.io/hassio-addons/base:13.0.0
armhf: ghcr.io/hassio-addons/base:12.2.7 armhf: ghcr.io/hassio-addons/base:13.0.0
armv7: ghcr.io/hassio-addons/base:12.2.7 armv7: ghcr.io/hassio-addons/base:13.0.0
i386: ghcr.io/hassio-addons/base:12.2.7 i386: ghcr.io/hassio-addons/base:13.0.0
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev