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 3c0fb85
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent bbaceb5 commit 3ea53f6
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:3c0fb858290250bdc1351e3c78d8439aaec961fd95f757a13e5da63d01fc0702
WORKDIR /opt/obds-to-fhir

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

0 comments on commit 3ea53f6

Please sign in to comment.