mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 19:21:35 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#131)
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
5407ceea50
commit
60be156d61
3 changed files with 8 additions and 8 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
|||
],
|
||||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "alpine_3_17/{{package}}"
|
||||
"depNameTemplate": "alpine_3_18/{{package}}"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.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.3-r0
|
||||
chrony=4.3-r4
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:13.2.2
|
||||
amd64: ghcr.io/hassio-addons/base:13.2.2
|
||||
armhf: ghcr.io/hassio-addons/base:13.2.2
|
||||
armv7: ghcr.io/hassio-addons/base:13.2.2
|
||||
i386: ghcr.io/hassio-addons/base:13.2.2
|
||||
aarch64: ghcr.io/hassio-addons/base:14.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:14.0.0
|
||||
armhf: ghcr.io/hassio-addons/base:14.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:14.0.0
|
||||
i386: ghcr.io/hassio-addons/base:14.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue