Skip to content

Commit

Permalink
chore(deps): update quay.io/quarkus/quarkus-distroless-image:2.0 dock…
Browse files Browse the repository at this point in the history
…er digest to d6a2b73
  • Loading branch information
jeichler committed Oct 1, 2023
1 parent 31745aa commit def51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native-distroless
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ./mvnw -B org.apache.maven.plugins:maven-dependency-plugin:${MVN_DEP_PLUGIN_
COPY src /code/src
RUN ./mvnw package -Pnative

FROM quay.io/quarkus/quarkus-distroless-image:2.0@sha256:00646d36d7eb12dad92ebea683554b8715b11dff06e169eb6f01a4126d0d867b
FROM quay.io/quarkus/quarkus-distroless-image:2.0@sha256:d6a2b73305544b57d2ed27154e6944a865b1cf944fe92ede84d3309460e9345e
LABEL org.opencontainers.image.source="https://github.com/jeichler/api-endpoint"
COPY --from=build /code/target/*-runner /application

Expand Down

0 comments on commit def51e3

Please sign in to comment.