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 68e1197 (#135)

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

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

Please sign in to comment.