From f87711956499a076b5385b23d3f45d344d9ccb6f Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:08:23 +0000 Subject: [PATCH] chore(deps): update gcr.io/distroless/static:nonroot docker digest to f7f8f72 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 404be00..bdeaf6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build \ -ldflags "-X prometheus-postgres-adapter/cmd/config.ApplicationVersion=${VERSION}" \ -o prometheus-postgres-adapter ./cmd -FROM gcr.io/distroless/static:nonroot@sha256:963fa6c544fe5ce420f1f54fb88b6fb01479f054c8056d0f74cc2c6000df5240 +FROM gcr.io/distroless/static:nonroot@sha256:f7f8f729987ad0fdf6b05eeeae94b26e6a0f613bdf46feea7fc40f7bd72953e6 LABEL org.opencontainers.image.source=https://github.com/scality/prometheus-postgres-adapter