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 712c383 (#131)

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

[skip ci]
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent eeb0c85 commit e4043b7
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:b1d5d30940adab87ff031e75036576d520a9be85eb9fbf6b4befd5e7eaac2a0e
FROM gcr.io/distroless/java21-debian12:nonroot@sha256:712c3838e0e682ce504fd9b3e9011f8b5e6f5f4359db78c2a6ea0b6bf69192ea
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 e4043b7

Please sign in to comment.