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 d8c2429
  • Loading branch information
jeichler committed Oct 7, 2024
1 parent 9165f3c commit 50e3540
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:cf1c11045780c9c5a98ce4bb12cb93fb39f22cab7df485d634c84fad5b54d987 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:d8c24294984355fa9124ba03d0e3fa7d97b2c93473b3e5b2f65409b819526f38 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:cf1c11045780c9c5a98ce4bb12cb93fb39f22cab7df485d634c84fad5b54d987 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:d8c24294984355fa9124ba03d0e3fa7d97b2c93473b3e5b2f65409b819526f38 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 50e3540

Please sign in to comment.