From 97bb01568e880b7bc092e55132cb0e1f3955015d Mon Sep 17 00:00:00 2001 From: "wajeht-renovate[bot]" <260339327+wajeht-renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:11:13 +0000 Subject: [PATCH] chore(deps): update alpine:latest docker digest to 5b10f43 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6647f8d..66b3f38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN go build -o commit ./cmd -FROM alpine:latest@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 +FROM alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 RUN apk --no-cache add ca-certificates curl