mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-03 18:51:28 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#183)
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:
parent
003c68f9fb
commit
fa73f0a13e
3 changed files with 6 additions and 6 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -25,7 +25,7 @@
|
|||
],
|
||||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "alpine_3_20/{{package}}"
|
||||
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
|
|
@ -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
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
chrony=4.5-r0
|
||||
chrony=4.6.1-r0
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:16.3.6
|
||||
amd64: ghcr.io/hassio-addons/base:16.3.6
|
||||
armv7: ghcr.io/hassio-addons/base:16.3.6
|
||||
aarch64: ghcr.io/hassio-addons/base:17.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:17.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:17.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue