From a742e20496e6b308376e09c7b7657d29567de3d0 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Tue, 22 Jun 2021 20:07:12 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20chrony=20to=20v4.1-r0?= 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 f420c86..c8bdd63 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=4.0-r1 + chrony=4.1-r0 # Copy root filesystem COPY rootfs /