Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/java17-debian11 docker digest t…
Browse files Browse the repository at this point in the history
…o cb032aa
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 8ef2e09 commit 1eb23d4
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 @@ -11,7 +11,7 @@ RUN gradle clean build --info && \
awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' build/jacoco/coverage.csv && \
java -Djarmode=layertools -jar build/libs/obds-to-fhir-*.jar extract

FROM gcr.io/distroless/java17-debian11@sha256:66dcffeebf676f18b50e0c3544eb5a2636e3254a36b6f2b1aab961ffeb96e059
FROM gcr.io/distroless/java17-debian11@sha256:cb032aa57f6f37fa06219486fbf329e3d15f7f6ccbeb28c762fb0550422153ed
WORKDIR /opt/obds-to-fhir

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

0 comments on commit 1eb23d4

Please sign in to comment.