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 33ef074 (#231)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 106c8dd commit c67050d
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:cbf2ec039cb3ad0f79f651ad945239bbb95fc40604444b056af9fe3562e0c314
FROM gcr.io/distroless/java17-debian12:nonroot@sha256:33ef074660b7d18c6e4ba80de767867cef56905ed362e51f8d76fc737fdfe249
WORKDIR /app

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

0 comments on commit c67050d

Please sign in to comment.