From 99b8ed19966fab594fffeca95f1143a50e6472ef Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 14 Dec 2025 06:36:42 +0000 Subject: [PATCH] chore: add renovate comments for alpine base image tracking Ensures Renovate detects and updates Alpine 3.23 to future versions (3.24, 3.25, etc.) automatically without manual monitoring. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index db88e955..009bec24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ ARG CADDY_VERSION=2.10.2 ## plain Alpine base image and overwrite its caddy binary with our ## xcaddy-built binary in the later COPY step. This avoids relying on ## upstream caddy image tags while still shipping a pinned caddy binary. +# renovate: datasource=docker depName=alpine ARG CADDY_IMAGE=alpine:3.23 # ---- Cross-Compilation Helpers ---- @@ -203,6 +204,7 @@ RUN mkdir -p /crowdsec-out/config && \ cp -r config/* /crowdsec-out/config/ || true # ---- CrowdSec Fallback (for architectures where build fails) ---- +# renovate: datasource=docker depName=alpine FROM alpine:3.23 AS crowdsec-fallback WORKDIR /tmp/crowdsec