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 5cead26
  • Loading branch information
renovate-bot authored and jeichler committed Dec 29, 2024
1 parent a44944e commit 996328d
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:b6059506bc7e411dbd33b08c3b5c5eb332137a0d40fa3e7f85d003646b78bc3f
FROM quay.io/quarkus/quarkus-distroless-image:2.0@sha256:5cead26d2ffeed26ee830bdcd829e8e9a56f03879bae35031e4e8fb93e7cffc2
LABEL org.opencontainers.image.source="https://github.com/jeichler/api-endpoint"
COPY --from=build /code/target/*-runner /application

Expand Down

0 comments on commit 996328d

Please sign in to comment.