Skip to content

Commit

Permalink
Merge branch 'main' into refactor/s3-client-rm-url-override
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Aug 12, 2024
2 parents 3b2c635 + d889164 commit 2165c2e
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 2165c2e

Please sign in to comment.