commit 65ae7be4c13a49b35bd7a7de8173e959d006c7ed
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
| date | 2026-04-16T08:43:17Z |
| subject | chore(deps): update alpine:3.23 docker digest to 5b10f43 |
commit 65ae7be4c13a49b35bd7a7de8173e959d006c7ed
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: 2026-04-16T08:43:17Z
chore(deps): update alpine:3.23 docker digest to 5b10f43
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 826e31c..22ff7fb 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:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
+FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
RUN apk add --no-cache ca-certificates