⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#359)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
renovate[bot] 2023-05-16 14:15:51 +02:00 committed by GitHub
parent 15406b58e9
commit 95d02834b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_17/{{package}}"
"depNameTemplate": "alpine_3_18/{{package}}"
}
],
"packageRules": [

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -13,14 +13,14 @@ COPY requirements.txt /tmp/
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
py3-pip=22.3.1-r1 \
python3-dev=3.10.11-r0 \
py3-pip=23.1.2-r0 \
python3-dev=3.11.3-r11 \
\
&& apk add --no-cache \
nginx=1.22.1-r0 \
py3-packaging=21.3-r2 \
py3-six=1.16.0-r3 \
python3=3.10.11-r0 \
nginx=1.24.0-r3 \
py3-packaging=23.1-r1 \
py3-six=1.16.0-r6 \
python3=3.11.3-r11 \
\
&& pip3 install -r /tmp/requirements.txt \
\

View file

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