penguin/webhook-freedns

freedns webhook for cert-manager

commit 1a93b21c6d0cd4bb841439d22c47e98ac226f090

authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
date2025-12-18T08:25:43Z
subjectchore(deps): update alpine:3.23 docker digest to 865b95f
commit 1a93b21c6d0cd4bb841439d22c47e98ac226f090
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   2025-12-18T08:25:43Z

    chore(deps): update alpine:3.23 docker digest to 865b95f
    
    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 77913c2..e29a5e6 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:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
+FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
 
 RUN apk add --no-cache ca-certificates