From 150a1fdfa913464955160bd3de1a071dddd6fe46 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 18 Oct 2020 13:40:12 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.1.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6cca540..d318871 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG URL_PARSER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.8.0}" # renovate: datasource=github-releases depName=aptible/supercronic -ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.9}" +ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.1.11}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.1.1}"