Skip to content

Commit

Permalink
jdk-21.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jan 31, 2025
1 parent a73c63c commit 22ef9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.koyeb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Stage 1: Build with Maven builder image with native capabilities
# Use the Quarkus Mandrel builder image based on JDK 21, which includes native build tools.
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21.0.5 AS build

# Copy the Maven wrapper script and directory into the container, setting correct ownership to the 'quarkus' user.
COPY --chown=quarkus:quarkus --chmod=0755 mvnw /code/mvnw
Expand Down Expand Up @@ -54,4 +54,4 @@ EXPOSE 8000
USER 1001

# Start the application and bind it to all network interfaces (0.0.0.0).
CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]
CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]

0 comments on commit 22ef9d9

Please sign in to comment.