Skip to content

Commit

Permalink
chore(deps): use mandrel-for-jdk21-rhel8
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <[email protected]>
  • Loading branch information
ruromero committed Nov 19, 2024
1 parent 4f04010 commit 6ae2165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.multi-stage
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 registry.redhat.io/quarkus/mandrel-23-rhel8:23.0 AS build
FROM registry.redhat.io/quarkus/mandrel-for-jdk-21-rhel8:23.1 AS build

COPY --chown=quarkus:quarkus mvnw /code/mvnw
COPY --chown=quarkus:quarkus .mvn /code/.mvn
Expand Down

0 comments on commit 6ae2165

Please sign in to comment.