mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 11:11:28 +00:00
Update dependencies
This commit is contained in:
parent
e3d2e728c3
commit
a608644356
2 changed files with 2 additions and 2 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
|||
],
|
||||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "alpine_3_18/{{package}}"
|
||||
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
|
|
@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
chrony=4.3-r4
|
||||
chrony=4.5-r0
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue