From 36fabc34b47197a57e1d7727c123027a6c53ce41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:08:52 +0000 Subject: [PATCH] chore(deps): bump distroless/static-debian12 from `a9fcaed` to `6447365` Bumps distroless/static-debian12 from `a9fcaed` to `6447365`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: 6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f7680f..48b95f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 \ GOARM="${TARGETVARIANT#v}" \ go build -trimpath -ldflags="-s -w" -o /out/ja3proxy ./cmd/ja3proxy -FROM gcr.io/distroless/static-debian12@sha256:a9fcaedd4c9b59e12dd65d954f0b5044f19b0647a8a3712e77205df9e7b102cd +FROM gcr.io/distroless/static-debian12@sha256:6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687 LABEL org.opencontainers.image.source="https://github.com/LyleMi/ja3proxy"