Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/java17-debian12:nonroot docker …
Browse files Browse the repository at this point in the history
…digest to cbf2ec0 (#183)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent b24a158 commit 9744c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV TZ="UTC"
RUN gradle ":${MODULE_NAME}:test" && \
gradle jacocoTestReport

FROM gcr.io/distroless/java17-debian12:nonroot@sha256:53fe1e307bc2771f07e1eba524794c61baec237b15ca2224ba13a4fb1c06cde1
FROM gcr.io/distroless/java17-debian12:nonroot@sha256:cbf2ec039cb3ad0f79f651ad945239bbb95fc40604444b056af9fe3562e0c314
WORKDIR /app

COPY --from=build /home/gradle/src/opentelemetry-javaagent.jar ./opentelemetry-javaagent.jar
Expand Down

0 comments on commit 9744c11

Please sign in to comment.