Skip to content

Commit

Permalink
Merge pull request #25 from miracum/renovate/gcr.io-distroless-java17…
Browse files Browse the repository at this point in the history
…-debian11

chore(deps): update gcr.io/distroless/java17-debian11 docker digest to 66dcffe
  • Loading branch information
MarcelErpi authored Feb 5, 2024
2 parents 1a02c47 + 85f4470 commit 867f6df
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:bc99bb6dfb842c0d07410cb341e1a993b4b75198f6e883315d8dc42588844a16
FROM gcr.io/distroless/java17-debian11@sha256:66dcffeebf676f18b50e0c3544eb5a2636e3254a36b6f2b1aab961ffeb96e059
WORKDIR /opt/obds-to-fhir

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

0 comments on commit 867f6df

Please sign in to comment.