From 2e1a64678bab81c7dc65c4dba35d74acf561696c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 14:05:52 +0000 Subject: [PATCH] chore(deps): bump distroless/static-debian12 from `61b7cce` to `a9fcaed` Bumps distroless/static-debian12 from `61b7cce` to `a9fcaed`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: a9fcaedd4c9b59e12dd65d954f0b5044f19b0647a8a3712e77205df9e7b102cd 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 847f47f..7f7680f 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:61b7ccecebc7c474a531717de80a94709d20547cdcdaf740c25876f2a8e38b44 +FROM gcr.io/distroless/static-debian12@sha256:a9fcaedd4c9b59e12dd65d954f0b5044f19b0647a8a3712e77205df9e7b102cd LABEL org.opencontainers.image.source="https://github.com/LyleMi/ja3proxy"