From 5a45f63c0349e4ab2207dd4bbf7cc6611ac156c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 08:14:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cloudflare/cloudf?= =?UTF-8?q?lared=20to=20v2024.5.0=20(#180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- uptime-kuma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index d16de74..f0f487c 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base ARG UPTIME_KUMA_VERSION="1.23.13" -ARG CLOUDFLARED_VERSION="2024.4.1" +ARG CLOUDFLARED_VERSION="2024.5.0" ARG BUILD_ARCH=amd64 # hadolint ignore=DL3003,DL3042 RUN \