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

Expand Down

0 comments on commit 1ce651d

Please sign in to comment.