Skip to content

Commit

Permalink
chore(deps): update quay.io/quarkus/ubi-quarkus-mandrel-builder-image…
Browse files Browse the repository at this point in the history
…:jdk-17 docker digest to 7bb0754
  • Loading branch information
renovate-bot authored and jeichler committed Nov 25, 2024
1 parent 259b541 commit 395951f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Stage 1 : build with maven builder image with native capabilities
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:ed9117f35c521d77d7cbf361e3cddd0ceb460bce655c2067ccd51f4d8d304e63 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:7bb07548e641ecc03eb6ca7498d34296794194aba0ba821a970a825109309e42 AS build
COPY --chown=quarkus:quarkus ./mvnw /code/mvnw
COPY --chown=quarkus:quarkus .mvn /code/.mvn
COPY --chown=quarkus:quarkus pom.xml /code/
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native-distroless
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
###
## Stage 1 : build with maven builder image with native capabilities
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:ed9117f35c521d77d7cbf361e3cddd0ceb460bce655c2067ccd51f4d8d304e63 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:7bb07548e641ecc03eb6ca7498d34296794194aba0ba821a970a825109309e42 AS build
COPY --chown=quarkus:quarkus ./mvnw /code/mvnw
COPY --chown=quarkus:quarkus .mvn /code/.mvn
COPY --chown=quarkus:quarkus pom.xml /code/
Expand Down

0 comments on commit 395951f

Please sign in to comment.