penguin/webhook-freedns

freedns webhook for cert-manager

commit 422cb223700271c760ed429c89e53a5b6cb6e0a0

authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
date2026-01-28T08:29:22Z
subjectchore(deps): update alpine:3.23 docker digest to 2510918
commit 422cb223700271c760ed429c89e53a5b6cb6e0a0
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   2026-01-28T08:29:22Z

    chore(deps): update alpine:3.23 docker digest to 2510918
    
    Signed-off-by: Renovate Bot <renovate-bot@users.noreply.github.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index e29a5e6..826e31c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ COPY . .
 
 RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
 
-FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
+FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
 
 RUN apk add --no-cache ca-certificates