diff --git a/Sources/API/Quarkus/src/main/docker/Dockerfile b/Sources/API/Quarkus/src/main/docker/Dockerfile index 243bcb1..3684e8f 100644 --- a/Sources/API/Quarkus/src/main/docker/Dockerfile +++ b/Sources/API/Quarkus/src/main/docker/Dockerfile @@ -75,8 +75,6 @@ # accessed directly. (example: "foo.example.com,bar.example.com") # ### -FROM maven:3.8.3-jdk-11 AS base -RUN ./mvnw package FROM registry.access.redhat.com/ubi8/openjdk-11:1.14 # We make four distinct layers so if there are application changes the library layers can be re-used COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/