File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Dockerfile primary to have single well-known entrypoint
22# From https://www.graalvm.org/latest/docs/getting-started/container-images/
3- FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21 as builder
3+ # FROM ghcr.io/graalvm/native-image-community:21 AS builder
4+ FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-24 as builder
45
56WORKDIR /app
67
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 testImplementation " org.apache.groovy:groovy-all:${ groovyVersion} "
3333
3434 implementation ' io.smallrye.reactive:smallrye-mutiny-vertx-web-client:3.19.1'
35- implementation ' jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
35+ // implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
3636 implementation " io.quarkus:quarkus-rest-jackson:${ quarkusPlatformVersion} "
3737
3838// implementation 'io.quarkus:quarkus-resteasy-reactive-jackson:2.16.4.Final'
Original file line number Diff line number Diff line change 77 native :
88 resources :
99 includes : ' *.json'
10+ builder-image : quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-24
1011
1112 log :
1213 category :
You can’t perform that action at this time.
0 commit comments