diff --git a/.github/renovate.json b/.github/renovate.json index f504a2b..52d6423 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_19/{{package}}" + "depNameTemplate": "alpine_3_20/{{package}}" } ], "packageRules": [ diff --git a/example/Dockerfile b/example/Dockerfile index 512f2ea..476023a 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -7,8 +7,8 @@ COPY rootfs / # Setup base RUN apk add --no-cache \ - coreutils=9.4-r2 \ - wget=1.21.4-r0 + coreutils=9.5-r1 \ + wget=1.24.5-r0 # Build arguments ARG BUILD_ARCH diff --git a/example/build.yaml b/example/build.yaml index ecaa5e2..dae34aa 100644 --- a/example/build.yaml +++ b/example/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:15.0.9 - amd64: ghcr.io/hassio-addons/base:15.0.9 - armv7: ghcr.io/hassio-addons/base:15.0.9 + aarch64: ghcr.io/hassio-addons/base:16.0.0 + amd64: ghcr.io/hassio-addons/base:16.0.0 + armv7: ghcr.io/hassio-addons/base:16.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev