From 09789d63f5438969188b4cd7ca48843193d18a25 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 16 Jul 2022 16:52:06 +0300
Subject: [PATCH] Update Supercronic.

---
 crond/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crond/Dockerfile b/crond/Dockerfile
index 15c6999..648952a 100644
--- a/crond/Dockerfile
+++ b/crond/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.16 as downloader
-ARG URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64
-ARG SHA1SUM=048b95b48b708983effb2e5c935a1ef8483d9e3e
+ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64
+ARG SHA1SUM=d7f4c0886eb85249ad05ed592902fa6865bb9d70
 WORKDIR /tmp
 RUN wget -q $URL && \
     echo "$SHA1SUM  supercronic-linux-amd64" > sha1.sum && \
-- 
GitLab