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 af99240 (#117)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent b97ebe1 commit 6c98c4d
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,7 +16,7 @@ awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/",
java -Djarmode=layertools -jar build/libs/*.jar extract
EOF

FROM gcr.io/distroless/java21-debian12:nonroot@sha256:5b3594784a4479c9bcdde3ccd5dc68a63265f91047526f05561211f98de7b575
FROM gcr.io/distroless/java21-debian12:nonroot@sha256:af99240240deee2e087e2d711c9d81c62ece3ed56a01f876bcebe60f20046db6
WORKDIR /opt/fhir-gateway
COPY --from=build /home/gradle/src/dependencies/ ./
COPY --from=build /home/gradle/src/spring-boot-loader/ ./
Expand Down

0 comments on commit 6c98c4d

Please sign in to comment.