From aede0b76505fd4c94410c591b5276e8aac41196e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:43:19 +0000 Subject: [PATCH] Update dependency lycheeverse/lychee to lychee-v0.24.2 --- build-images/telescopium-lint.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images/telescopium-lint.Dockerfile b/build-images/telescopium-lint.Dockerfile index 3478ec8..76c55cb 100644 --- a/build-images/telescopium-lint.Dockerfile +++ b/build-images/telescopium-lint.Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/code0-tech/build-images/mise:331.1 # renovate: datasource=github-releases depName=lycheeverse/lychee versioning=regex:^lychee-v(?\d+)\.(?\d+)\.(?\d+)$ -ARG LYCHEE_VERSION=lychee-v0.24.1 +ARG LYCHEE_VERSION=lychee-v0.24.2 # renovate: datasource=github-releases depName=rvben/rumdl versioning=regex:^v(?\d+)\.(?\d+)\.(?\d+)$ ARG RUMDL_VERSION=v0.1.81