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

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] 2024-01-06 15:20:48 +01:00 committed by GitHub
parent 937b068a9a
commit 3b7d6392ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

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

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3 ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.3
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -13,14 +13,14 @@ 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=23.1.2-r0 \ py3-pip=23.3.1-r0 \
python3-dev=3.11.6-r0 \ python3-dev=3.11.6-r1 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
nginx=1.24.0-r7 \ nginx=1.24.0-r14 \
py3-packaging=23.1-r1 \ py3-packaging=23.2-r0 \
py3-six=1.16.0-r6 \ py3-six=1.16.0-r8 \
python3=3.11.6-r0 \ python3=3.11.6-r1 \
\ \
&& pip3 install -r /tmp/requirements.txt \ && pip3 install -r /tmp/requirements.txt \
\ \

View file

@ -1,8 +1,8 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base:14.3.3 aarch64: ghcr.io/hassio-addons/base:15.0.3
amd64: ghcr.io/hassio-addons/base:14.3.3 amd64: ghcr.io/hassio-addons/base:15.0.3
armv7: ghcr.io/hassio-addons/base:14.3.3 armv7: ghcr.io/hassio-addons/base:15.0.3
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev