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

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-12-07 10:57:45 +01:00 committed by GitHub
parent ed33084910
commit 864553e053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
], ],
"versioningTemplate": "loose", "versioningTemplate": "loose",
"datasourceTemplate": "repology", "datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_20/{{package}}" "depNameTemplate": "alpine_3_21/{{package}}"
}, },
{ {
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6 ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -14,7 +14,7 @@ ENV XDG_CONFIG_HOME="/config/xdg"
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
icu-libs=74.2-r0 \ icu-libs=74.2-r0 \
sqlite-libs=3.45.3-r1 \ sqlite-libs=3.47.1-r0 \
xmlstarlet=1.6.1-r2 \ xmlstarlet=1.6.1-r2 \
\ \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then PROWLARR_ARCH="arm64"; \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then PROWLARR_ARCH="arm64"; \

View file

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