diff --git a/crond/Dockerfile b/crond/Dockerfile
index 22633071b1327c46e49e42b1953b74a5c4409bc4..849645813839ad650f8a19c44a1343ca8cc88ff6 100644
--- a/crond/Dockerfile
+++ b/crond/Dockerfile
@@ -1,5 +1,5 @@
 FROM alpine:3.17 as downloader
-ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.3/supercronic-linux-amd64
+ARG URL=https://github.com/aptible/supercronic/releases/download/v0.2.23/supercronic-linux-amd64
 ARG SHA1SUM=dbed853c06aba2c611bbb1955b2c1667b51dcb0a
 WORKDIR /tmp
 RUN wget -q $URL && \