diff --git a/docker/Dockerfile b/docker/Dockerfile index 72b62994..0e80db56 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/go/pkg/mod,id=gomod-$TARGETPLATFORM \ BUILD_TIME="${BUILD_TIME}" # Stage 4: Access current certs -FROM gcr.io/distroless/static-debian12:debug@sha256:7985579713fb1171e707d74659c67af3605642d1c9db305304c2998a99032615 AS certs +FROM gcr.io/distroless/static-debian12:debug@sha256:46fcf1fa44d251b0944ba4b98ef4bbd266e33034e46489dbf92f680ca4917451 AS certs # Stage 5: Extract Alloy binary from CloudZero Alloy image FROM ghcr.io/cloudzero/alloy:v1.15.1 AS alloy