Skip to content

Commit

Permalink
♻️ use jdk runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Aug 12, 2024
1 parent 3360cc5 commit 90cfd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion refarch-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.access.redhat.com/ubi9/openjdk-21:latest
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest

COPY target/*.jar /deployments/spring-boot-application.jar
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.access.redhat.com/ubi9/openjdk-21:latest
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest

COPY target/*.jar /deployments/spring-boot-application.jar

0 comments on commit 90cfd89

Please sign in to comment.