mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 19:21:35 +00:00
Update Chrony to 4.3 and use new base image
This commit is contained in:
parent
39cf3775b8
commit
95db4e75ff
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.4
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.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.2-r0
|
chrony=4.3-r0
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:12.2.4
|
aarch64: ghcr.io/hassio-addons/base:13.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:12.2.4
|
amd64: ghcr.io/hassio-addons/base:13.0.0
|
||||||
armhf: ghcr.io/hassio-addons/base:12.2.4
|
armhf: ghcr.io/hassio-addons/base:13.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:12.2.4
|
armv7: ghcr.io/hassio-addons/base:13.0.0
|
||||||
i386: ghcr.io/hassio-addons/base:12.2.4
|
i386: ghcr.io/hassio-addons/base:13.0.0
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue