From 00ee735c94cd4110d887beef5013c276a67731e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 19:29:48 +0000 Subject: [PATCH] Update dependency aptible/supercronic to v0.2.28 --- 24/Dockerfile | 2 +- 25/Dockerfile | 2 +- 26/Dockerfile | 2 +- 27/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/24/Dockerfile b/24/Dockerfile index 7c80db89..560de2a5 100644 --- a/24/Dockerfile +++ b/24/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.28 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/25/Dockerfile b/25/Dockerfile index cfb38e28..8190a12e 100644 --- a/25/Dockerfile +++ b/25/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.28 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/26/Dockerfile b/26/Dockerfile index 4ea5afa5..2e0e38d9 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.28 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \ diff --git a/27/Dockerfile b/27/Dockerfile index a12ae147..23e1f15e 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.18.10-bullseye@sha256:2cf761b45e5e3f150e332e60275cd092fb50b05fff4feec0a2856a09f9fe6b2b as supercronic # renovate: datasource=github-tags depName=aptible/supercronic versioning=semver -ENV SUPERCRONIC_VERSION v0.2.27 +ENV SUPERCRONIC_VERSION v0.2.28 RUN set -ex; \ git clone --branch $SUPERCRONIC_VERSION https://github.com/aptible/supercronic; \