From 1a9db5500eb88f1ef85b33bf6d2629bd789543aa Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Thu, 21 Jan 2021 16:04:31 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20chrony=20to=20v4.0-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 b0e6514..e4f76d9 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.1-r0 + chrony=4.0-r1 # Copy root filesystem COPY rootfs /