From 456b0ff34cd58c4c758ccbade3eb3e08a19452d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:08:51 +0000 Subject: [PATCH] chore(deps): update dependency cloudflare/cloudflared to v2026 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1d25aa..aab2539 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV GO111MODULE=on ENV CGO_ENABLED=0 # renovate: datasource=github-releases depName=cloudflare/cloudflared -ARG CLOUDFLARED_VERSION=2023.10.0 +ARG CLOUDFLARED_VERSION=2026.7.3 RUN apk --update --no-cache add git \ && \