From fc252393c2f563e0aeeb334de57f28febfa358bf Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sat, 28 Dec 2019 16:30:58 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86Update=20chrony=20to=20v3.5-r1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrony/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrony/Dockerfile b/chrony/Dockerfile index 0539839..453bf73 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - chrony=3.5-r0 + chrony=3.5-r1 # Copy root filesystem COPY rootfs /