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"