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 fb5da80
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 7398750 commit bcd6961
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:fb5da80465f37cf598cd7a5274a4c4804953702bc53302c1433a9f5b08c01572
WORKDIR /opt/obds-to-fhir

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

0 comments on commit bcd6961

Please sign in to comment.