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 0ed9a29
  • Loading branch information
jeichler committed Sep 1, 2024
1 parent c4e037b commit b2176e5
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:88947396ced87f9107864076273b4a6b3e78e66de1f163fb8d9b8cd4558ccac5
FROM quay.io/quarkus/quarkus-distroless-image:2.0@sha256:0ed9a29bf734a13325b951ffbd169ed99aa9164172928081ff0779e05669ca92
LABEL org.opencontainers.image.source="https://github.com/jeichler/api-endpoint"
COPY --from=build /code/target/*-runner /application

Expand Down

0 comments on commit b2176e5

Please sign in to comment.