Skip to content

Commit

Permalink
Bump distroless/base-debian12 from 1aae189 to c925d12
Browse files Browse the repository at this point in the history
Bumps distroless/base-debian12 from `1aae189` to `c925d12`.

---
updated-dependencies:
- dependency-name: distroless/base-debian12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent d9a666f commit 5f92445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
make build

FROM gcr.io/distroless/base-debian12@sha256:1aae189e3baecbb4044c648d356ddb75025b2ba8d14cdc9c2a19ba784c90bfb9
FROM gcr.io/distroless/base-debian12@sha256:c925d12234f8d3fbef2256012b168004d4c47a82c4f06afcfd06fd208732fbe0
COPY --from=builder /app/otel-go-instrumentation /
CMD ["/otel-go-instrumentation"]

0 comments on commit 5f92445

Please sign in to comment.