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

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-12-09 10:41:23 +01:00 committed by GitHub
parent 723a9bb06b
commit ff08551a1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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_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.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
chrony=4.3-r4 chrony=4.5-r0
# Copy root filesystem # Copy root filesystem
COPY rootfs / COPY rootfs /

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.0
amd64: ghcr.io/hassio-addons/base:14.3.3 amd64: ghcr.io/hassio-addons/base:15.0.0
armv7: ghcr.io/hassio-addons/base:14.3.3 armv7: ghcr.io/hassio-addons/base:15.0.0
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev