Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent e60cabe commit 85b5c3d
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 @@ -14,7 +14,7 @@ WORKDIR /test
COPY --from=build /home/gradle/project/build/reports/ .
ENTRYPOINT [ "true" ]

FROM gcr.io/distroless/java21-debian12:nonroot@sha256:1316de1b3b592d292a6ceb093df5a430430bd8d104d6cbf3a0f8a79c810e0ee6
FROM gcr.io/distroless/java21-debian12:nonroot@sha256:b9abed47c52c083e272620e31e2a322a81fce3b26f6d59ad93ba064dd28e8356
WORKDIR /opt/fhir-gateway

COPY --from=build /home/gradle/project/dependencies/ ./
Expand Down

0 comments on commit 85b5c3d

Please sign in to comment.